<!-- //
function menu(){
    document.write("<br/><br/><textarea name=\"script\" cols=\"38\" rows=\"4\" onclick=\"this.focus();this.select()\" readonly=\"readonly\">")
    document.write("&lt;a href=&quot;http://www.superiorpapers.com&quot;&gt;&lt;strong&gt;Research Papers&lt;/strong&gt;&lt;/a&gt; - SuperiorPapers.com provides high quality custom written research papers.")
    document.write("</textarea>")
	return true;
	}
    
function hiddenLayer(tableId) {
document.getElementById(tableId).style.display = "none";
}

function showLayer(tableId) {
    selectAll()
	document.getElementById(tableId).style.display = "inline";
}


function selectAll()
{
 for(i = 0; i < count_tables; i++)
 { 	
 	for (j in pages_groups[i])
 	{
	 	table = 'table_'+i+'_'+pages_groups[i][j]; 	
	 	document.getElementById(table).style.display = "none"; 	 
 	} 
 		
 } 
}
    
// -->