//HEY-OPEN ME UP PLEASE

	
	
	var myWind
	function myLaunch()
	{
	if (!myWind || myWind.closed){
	myWind=
window.open('help.cfm','Help','resizable=no,alwaysRaised,menubar=no,toolbar=no,scrollbars=yes,width=750,height=420,copyhistory=no,top=10,screenY=10')
	}
	else
	{
	myWind.focus()
	}}	
	
	