var openwind;

function openWin(html, name, scroller, width, height)
{
	if (openwind != null) {openwind.close();}
	openwind = window.open(html, name,'resizable=no,menubar=no,status=no,scrollbars='+scroller+',width='+width+',height='+height);
}


function myOpenHelp (Target) 
{
	windop=window.open(Target,"HelpWin","width=400, height=400, toolbar=0, scrollbars=1, menubar=0, resizable=1, location=0, status=0");
}
