
function displayWindow(url,width,height){var Win=window.open(url,"displayWindow",'width='+width+',height='+height+',resizable=0,scrollbars=no,menubar=no');}
function expandingWindow(website){var heightspeed=7;var widthspeed=7;var leftdist=0;var topdist=0;var winwidth=window.screen.availWidth-leftdist;var winheight=window.screen.availHeight-topdist;var sizer=window.open("","","left="+leftdist+",top="+topdist+",width=1,height=1,status=yes,scrollbars=yes,resizable=yes,toolbar=yes,location=yes,directories=yes,menubar=yes,scrolling=no");for(sizeheight=1;sizeheight<winheight;sizeheight+=heightspeed){sizer.resizeTo("1",sizeheight);}
for(sizewidth=1;sizewidth<winwidth;sizewidth+=widthspeed){sizer.resizeTo(sizewidth,sizeheight);}
sizer.location=website;}
function expandingWindow2(website,width,height){var heightspeed=7;var widthspeed=10;var leftdist=0;var topdist=0;var winwidth=width-leftdist;var winheight=height-topdist;var sizer=window.open("","","left="+leftdist+",top="+topdist+",width=1,height=1,status=no,scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,menubar=no,scrolling=no");for(sizeheight=1;sizeheight<winheight;sizeheight+=heightspeed){sizer.resizeTo("1",sizeheight);}
for(sizewidth=1;sizewidth<winwidth;sizewidth+=widthspeed){sizer.resizeTo(sizewidth,sizeheight);}
sizer.location=website;}
function expandingWindow3(website,width,height){var heightspeed=7;var widthspeed=7;var leftdist=0;var topdist=0;var winwidth=window.screen.availWidth-leftdist;var winheight=window.screen.availHeight-topdist;if(winwidth>width)winwidth=width;if(winheight>width)winheight=height;var sizer=window.open("","","left="+leftdist+",top="+topdist+",width=1,height=1,status=no,scrollbars=yes,resizable=no,toolbar=no,location=no,directories=no,menubar=no,scrolling=no");for(sizeheight=1;sizeheight<winheight;sizeheight+=heightspeed){sizer.resizeTo("1",sizeheight);}
for(sizewidth=1;sizewidth<winwidth;sizewidth+=widthspeed){sizer.resizeTo(sizewidth,sizeheight);}
sizer.location=website;}
