// JavaScript Document<!--function openWindow(wWidth, wHeight, wURL, wName) {	newWin = window.open(wURL, wName, "width=" + wWidth + ", height=" + wHeight + ", toolbar=no, menubar=no, status=no, directories=no, resizable=no, scrollbars=no, location=no");	newWin.focus();}-->
