<!-- hide from JavaScript-challenged browsers

function helpWindow(url,w,h) 
{	theWin = window.open(url, 'theWin', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,dependent,width=' + w + ',height=' + h + ',left=0,top=0')
	theWin.focus();
}

//-->