function openNav(id){ //window.location = "#top"; //alert("open"); openFullNav(id); /* if(id == '0'){ document.getElementById('nav0').className = 'show'; document.getElementById('nav1').className = 'hide'; document.getElementById('nav2').className = 'hide'; } if(id == '1'){ document.getElementById('nav0').className = 'hide'; document.getElementById('nav1').className = 'show'; document.getElementById('nav2').className = 'hide'; } if(id == '2'){ document.getElementById('nav0').className = 'hide'; document.getElementById('nav1').className = 'hide'; document.getElementById('nav2').className = 'show'; } */ } function closeNav(){ //unload document.getElementById('nav0').className = 'hide'; document.getElementById('nav1').className = 'hide'; document.getElementById('nav2').className = 'hide'; } function closeFullNav(){ //alert("close"); //document.getElementById('navFull').className = 'hideMenu'; document.getElementById('navFull').style.height = '20px';/// = 'showMenu'; document.getElementById('kssNav').style.height = '20px';/// = 'showMenu'; //document.getElementById('kssNav').setMenu(); } function openFullNav(id){ //alert("SET MENU BEATCH" + id); //document.getElementById('navFull').className = 'showMenu'; document.getElementById('navFull').style.height = '600px';/// = 'showMenu'; document.getElementById('kssNav').style.height = '600px';/// = 'showMenu'; document.getElementById('kssNav').setMenu(id); //setTimeout(document.getElementById('kssNav').setMenu(id),50); } function printPage(){ window.print(); } function bookmarkPage(url,title){ window.external.AddFavorite(url,title); } function openClients(){ if(confirm('Click OK to go to our FTP site via the Internet. You will be prompted for your username and password.\n\nTroubleshooting Information\nIf the login prompt doesn\'t appear, try the following:\n\nOption 1\nType the following into the address bar in Windows/File Explorer (substitute your login credentials for the username and password): ftp://username:password@146.145.183.243.\n\nOption 2\nIf you use an FTP client, such as SmartFTP, use the following with your login credentials:\nSite IP address: 146.145.183.243\nftp://146.145.183.243\n\nOption 3\nE-mail KSS\' IT department for assistance at ITHelp@kssarchitects.com.')){ window.open('ftp://146.145.183.243/','newWin','width=700,height=400,left=0,top=0,toolbar=Yes,location=Yes,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No'); NewWindow.focus(); setTimeout('NewWindow.moveTo(0,0)',100); void(0); } }