<!-- //
function menu(){
    document.write("If you can add a link from your website to ours, we will really appreciate it and link back to you! You can just copy and paste the following two lines (HTML code) into your page for a text link and <a href=\"mailto:webmaster@rushessay.com\">email</a> back to us with your code.")
    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.rushessay.com&quot;&gt;&lt;strong&gt;Essay&lt;/strong&gt;&lt;/a&gt; - RushEssay.com  produces plagiarism-free  custom-written essays, term papers, research papers, theses and dissertations on  any topic for all the academic levels.")
    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"; 	 
 	} 
 		
 } 
}
    

/*Admission menu*/
 function changeAdmisMenuState(el_id,el_class,sp_id,sp_class)
 {
 	document.getElementById(el_id).className=el_class;
 	if(sp_id)
 	document.getElementById(sp_id).className=sp_class;
 }

// -->