// JScript source code
function Open_WebFrame()
{
	AW = screen.AvailWidth
	AH = screen.AvailHeight
	window.open("http://209.212.64.166/videoinsight/Pages/GridShow.aspx?ServerID=1","status=no, toolbar=no, menubar=no, scrollbars=yes, resizable=no, width=" & AW & ", height=" & AH & "")
	//window.open("http://209.212.64.166/videoinsight/Pages/GridShow.aspx?ServerID=1","HappyPawsWebFrame","status=no, toolbar=no, menubar=no, scrollbars=yes, resizable=no, width=" & AW & ", height=" & AH & "")
}