<!--

function full(){

		window.open("main.html","","fullscreen=1,scrollbars");

}


var nSizeWidth;
var nWinWidth;
function GetWindowSize()
{
nSizeWidth = 0;
nSizeWidth = screen.width;
if (navigator.appName=="Netscape")
{nWinWidth = window.outerWidth;}
else{nWinWidth = document.body.offsetWidth;}
window.moveTo(((nSizeWidth-nWinWidth)/2),0);
}
function openWindow(clocation,wNo){nWin = window.open(clocation,"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no");nWin.focus();}

//-->
