 function showmsg(div) {
	document.getElementById(div).innerHTML='<a style="font-size: 10px; color: white; line-height: 14px" href="/index/search">Try the advanced search!</a>';
 }
 function hidemsg(div) {
	document.getElementById(div).innerHTML='';
 }

 function nav_comment(tab) {
		/*if(tab == 'home') document.getElementById('nav_msg').innerHTML='Go back to the index. Porn porn porn!';
		if(tab == 'download') document.getElementById('nav_msg').innerHTML='Go directly to the download area with quality content. Members only!';
		if(tab == 'register') document.getElementById('nav_msg').innerHTML='Register a free account and get access to more free, quality porn.';
		if(tab == 'archives') document.getElementById('nav_msg').innerHTML='Browse through our archives';
		if(tab == 'contact') document.getElementById('nav_msg').innerHTML='Question? Leave a message and we will contact you';
		if(tab == 'submit') document.getElementById('nav_msg').innerHTML='Got porn? Submit it!';
		if(tab == '') document.getElementById('nav_msg').innerHTML='';*/
 }
