<!--//
function openRemote(version){
	var windowWidth = screen.width - 10;
	var windowHeight = screen.height - 100;
	var windowOptions = "toolbar=0,menubar=0,location=0,directories=0,status=1,scrollbars=0,resizable=1,copyhistory=0,width=" + windowWidth + ",height=" + windowHeight + ",top=0,left=0,screeny=0,screenx=0";
	var windowName = "client";
	remote = window.open("main_" + version + ".html",windowName,windowOptions);
}
//-->
