 function downloadExe(){
       //window.location.href="http://nd.ace2three.com/downloads/Ace2Three.exe";
       window.location.href="/downloads.html";
    }
   var win=null;
   function openWindow(){
        if(win==null)
        {
            win=window.open("http://nd.ace2three.com/NoDownload/latest/Lobby.html","Ace2Three","width=890,height=632");
        }
        else
        {
            if(win.closed==true){
                 win=window.open("http://nd.ace2three.com/NoDownload/latest/Lobby.html","Ace2Three","width=890,height=632");
                }
            win.blur();
            win.focus();
        }
    }

	function openNdWindow() {
        if(win==null)
        {
            win=window.open("http://nd.ace2three.com/NoDownload/latest/Lobby.html?url=userAccountActivation","Ace2Three","width=890,height=632");
        }
        else
        {
            if(win.closed==true){
                 win=window.open("http://nd.ace2three.com/NoDownload/latest/Lobby.html?url=userAccountActivation","Ace2Three","width=890,height=632");
                }
            win.blur();
            win.focus();
        }
    }


