
var w = screen.availWidth||screen.width;
var h = screen.availHeight||screen.height;
window.moveTo(0,0);
window.resizeTo(w,h);



function launchwin(winurl,winname,winfeatures)
{
	var newwin;
	var a = screen.availWidth/1.2||screen.width/1.2;
	var b = screen.availHeight/1.2||screen.height/1.2;
	var c = screen.availHeight/10||screen.height/10;
	var d = screen.availHeight/10||screen.height/10;

    newwin = window.open(winurl,"newwindow3","toolbar=yes,location=no,directories=no,status=no,Menubar=no,scrollbars=yes,resizable=yes,,");
	newwin.moveTo(c,d);
	newwin.resizeTo(a,b);
	newwin.focus();
}
function launchwin3(winurl,winname,winfeatures)
{
	var newwin;
	var a = screen.availWidth/1.2||screen.width/1.2;
	var b = screen.availHeight/1.2||screen.height/1.2;
	var c = screen.availHeight/10||screen.height/10;
	var d = screen.availHeight/10||screen.height/10;

    newwin = window.open(winurl,"newwindow4","toolbar=yes,location=no,directories=no,status=yes,Menubar=no,scrollbars=yes,resizable=yes,,");
	newwin.moveTo(c,d);
	newwin.resizeTo(a,b);
	newwin.focus();
}

function launchwin2()
{
	self.location.href="#SE";
}




function phowin() {
                        a = window.open("","newwindow0","toolbar=no,location=no,directories=no,status=no,Menubar=no,scrollbars=auto,resizable=yes,width=800,height=800"); 	window.moveTo(0,0);
												a.focus();
                        }
function phowin1() {
                        b = window.open("","newwindow1","toolbar=no,location=no,directories=no,status=no,Menubar=no,scrollbars=auto,resizable=yes,width=1000,height=800"); 	window.moveTo(0,0);
												b.focus();
                        }
function phowin2() {                         c = window.open("","newwindow2","toolbar=no,location=no,directories=no,status=no,Menubar=no,scrollbars=auto,resizable=yes,width=700,height=500"); 	window.moveTo(0,0);
						c.focus();
                        }
function phowin3() {
	var newwin;
	var a = screen.availWidth/1.2||screen.width/1.2;
	var b = screen.availHeight/1.2||screen.height/1.2;
	var c = screen.availHeight/10||screen.height/10;
	var d = screen.availHeight/10||screen.height/10;

    newwin = window.open("","newwindow3","toolbar=yes,location=no,directories=no,status=no,Menubar=no,scrollbars=yes,resizable=yes,,");
	newwin.moveTo(c,d);
	newwin.resizeTo(a,b);
	newwin.focus();
                        }
function phowin4() {
	var newwin;
	var a = screen.availWidth/1.2||screen.width/1.2;
	var b = screen.availHeight/1.2||screen.height/1.2;
	var c = screen.availHeight/10||screen.height/10;
	var d = screen.availHeight/10||screen.height/10;

    newwin = window.open("","newwindow4","toolbar=yes,location=no,directories=no,status=yes,Menubar=no,scrollbars=yes,resizable=yes,,");
	newwin.moveTo(c,d);
	newwin.resizeTo(a,b);
	newwin.focus();
                        }

