var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")




//var windowprops1 = "resizable=no,toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,directories=no,width=442,height=382,left=250,top=100"

var windowprops1 = "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=780,height=500,left=0,top=0"


var newwindow = ''
function s1(page) {
if (newwindow.location && !newwindow.closed) {
    newwindow.location.href = page; 
    newwindow.focus(); } 
else { 
    newwindow=window.open( page , 's1' , windowprops1);
} 
}


var newwindow1 = ''
function s2(page1) {
 

    newwindow1=window.open( page1 , 's2' , windowprops1);
newwindow1.focus();
 
}



var windowprops4 = "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=350"


var newwindow2 = ''
function s4(page) {
if (newwindow2.location && !newwindow2.closed) {
    newwindow2.location.href = page; 
    newwindow2.focus(); } 
else { 
    newwindow2=window.open( page , 's4' , windowprops4);
} 
}