
 
 
 function MenuOver() {
	this.src = abtn_menu[this.id].src;
 }
 function MenuOut() {
	this.src = btn_menu[this.id].src;
 }
 function SetupOpen() { // 800x525
	var centerWidth=(screen.width/2)-(830/2);
	var centerHeight=(screen.height/2)-(580/2);
	window.open("vpn_win.shtml", "setup","height=580,width=830,top="+centerHeight+",left="+centerWidth+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
	return false;

 }
  function SetupmacOpen() { // 800x525
	var centerWidth=(screen.width/2)-(900/2);
	var centerHeight=(screen.height/2)-(550/2);
	window.open("vpn_mac.shtml", "setup","height=550,width=900,top="+centerHeight+",left="+centerWidth+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
	return false;


 }
 
 
    function SetupmacOpen2() { // 800x525
	var centerWidth=(screen.width/2)-(900/2);
	var centerHeight=(screen.height/2)-(550/2);
	window.open("vpn_mac2.shtml", "setup","height=650,width=900,top="+centerHeight+",left="+centerWidth+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
	return false;

 }
 
 
   function SetupvistaOpen() { // 800x525
	var centerWidth=(screen.width/2)-(900/2);
	var centerHeight=(screen.height/2)-(550/2);
	window.open("vpn_vista.shtml", "setup","height=650,width=900,top="+centerHeight+",left="+centerWidth+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
	return false;

 }
  function OpenvpnxpOpen() { // 800x525
	var centerWidth=(screen.width/2)-(900/2);
	var centerHeight=(screen.height/2)-(550/2);
	window.open("openvpn_xp.shtml", "openvpnxp","height=650,width=900,top="+centerHeight+",left="+centerWidth+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
	return false;

 }
 
  function OpenvpnvistaOpen() { // 800x525
	var centerWidth=(screen.width/2)-(900/2);
	var centerHeight=(screen.height/2)-(550/2);
	window.open("openvpn_vista.shtml", "openvpnvista","height=650,width=900,top="+centerHeight+",left="+centerWidth+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
	return false;

 }
