var w=700 // ширина окна 
var h=300 //высота окна 
var wc=parseInt((screen.availWidth-w)/2) 
var hc=parseInt((screen.availHeight-h)/2) 
function win1(){window.open('http://exode.ru/info/site.html','','width='+w+',height='+h+',top='+hc+',screenY='+hc+',left='+wc+',screenX='+wc)}
function win2(){window.open('http://exode.ru/info/script.html','','width='+w+',height='+h+',top='+hc+',screenY='+hc+',left='+wc+',screenX='+wc)}
function win3(){window.open('http://exode.ru/info/host.html','','width='+w+',height='+h+',top='+hc+',screenY='+hc+',left='+wc+',screenX='+wc)}
function win4(){window.open('http://exode.ru/info/domen.html','','width='+w+',height='+h+',top='+hc+',screenY='+hc+',left='+wc+',screenX='+wc)}
function win5(){window.open('http://exode.ru/info/creative.html','','width='+w+',height='+h+',top='+hc+',screenY='+hc+',left='+wc+',screenX='+wc)}
function win6(){window.open('http://exode.ru/status.php','','width='+w+',height='+h+',top='+hc+',screenY='+hc+',left='+wc+',screenX='+wc)}

function win8(){window.open('http://exode.ru/genpass.php','','width='+w+',height='+h+',top='+hc+',screenY='+hc+',left='+wc+',screenX='+wc)}

var w2=700 // ширина окна 
var h2=500 //высота окна 
var wc2=parseInt((screen.availWidth-w2)/2) 
var hc2=parseInt((screen.availHeight-h2)/2) 
function win0(){window.open('http://exode.ru/games/index.php','','width='+w2+',height='+h2+',top='+hc2+',screenY='+hc2+',left='+wc2+',screenX='+wc2)}
function win7(){window.open('http://exode.ru/forma/','','width='+w2+',height='+h2+',top='+hc2+',screenY='+hc2+',left='+wc2+',screenX='+wc2)}
function win9(){window.open('http://exode.ru/whois/','','width='+w2+',height='+h2+',top='+hc2+',screenY='+hc2+',left='+wc2+',screenX='+wc2)}
function win10(){window.open('http://exode.ru/temp2/analizator/','','width='+w2+',height='+h2+',top='+hc2+',screenY='+hc2+',left='+wc2+',screenX='+wc2)}

var w3=1000 // ширина окна 
var h3=680 //высота окна 
var wc3=parseInt((screen.availWidth-w3)/2) 
var hc3=parseInt((screen.availHeight-h3)/2) 
function win11(){window.open('http://exode.ru/psol/','','width='+w3+',height='+h3+',top='+hc3+',screenY='+hc3+',left='+wc3+',screenX='+wc3)}

function ShowHide(view_div) {
	if (document.getElementById(view_div).style.display == 'none') ShowDiv(view_div); else HideDiv(view_div);
}

function ShowDiv(div_show) {
    $("#" + div_show).slideDown('slow');
}
function HideDiv(div_hide) {
    $("#" + div_hide).slideUp('slow');
}
