function pu_Open(bUrl, bName, bWidth, bHeight)
{
	var viewerpop = window.open(bUrl,bName,'location=no,toolbar=no,directories=no,menubar=no,resizable=no,scrollbars=no,status=no,width='+bWidth+',height='+bHeight);
	viewerpop.focus();
	return;
}
function WaitForLoading()
{
	pu_Open('' + document.forms[0].elements['fhdVpath'].value + 'StandBy/StandBy.html', 'standby', 200, 50);
	return true;
}
