var isNav6=(navigator.userAgent.indexOf("Netscape6") != -1);
var isIE =(navigator.appName.indexOf("Microsoft") != -1);
var isMars=(navigator.userAgent.indexOf("MSN") != -1);
function DoSubmit(Action, Method)
{
	var varForm = document[MainForm];	
	varForm.action = Action;
	varForm.method = Method;
	varForm.submit();
}
var wpop_;
function popWind(A_)
{
	if(wpop_&&!wpop_.closed)
	{
		wpop_.location.href=A_;
	}
	else
	{
		wpop_= window.open(A_,'HsPop','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=800,height=600');
	}
	wpop_.focus();
}
function popWindR4(A_)
{
	if(wpop_&&!wpop_.closed)
	{
		wpop_.location.href=A_;
	}
	else
	{
		if( isNav6 )
		{
			wpop_= window.open(A_,'HsPopR4','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=620');
		}
		else
		{
			wpop_= window.open(A_,'HsPopR4','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=500,height=620');
		}
	}
	wpop_.focus();
}

