
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('Login Instructions to KSS FTP site\n \nWith a username and password (both are case sensitive), clients can access our FTP site via three methods:\n \n1. Windows/File Explorer (preferred)\n-Type the following address into the address bar in Windows Explorer: ftp://username:password@146.145.183.243.\n-This takes you into the project directory on KSS\' FTP site.  \n \n2. Internet browser\n-Type the following into the address bar: ftp://146.145.183.243\n-If the login prompt doesn\'t appear, try the following:\n*If you use Internet Explorer 6, go to "File," "Login as," and enter your username and password.\n*If you use Internet Explorer 7, go to "View," then choose "Open FTP site in Windows Explorer." Go to "File," "Login as" and enter your username and password.\n*Close Internet browser. Go to "Control Panel" and double click "Internet Options." Go to "Advanced," the last tab on the top right, and enable "Use Passive FTP (for firewall and DSL compatibility)."\n \n3. For other FTP clients, e.g., SmartFTP, use the following:\nSite IP address: 146.145.183.243\nUser: user\nPassword: password\nftp://146.145.183.243')){
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);
}

}