function loadincludes(){	
	if(document.getElementById('topinc')) clientSideInclude('topinc', '../includes/top_bar.htm');
	if(document.getElementById('topinc1')) clientSideInclude('topinc1', '../includes/left_panel.htm');
         if(document.getElementById('topinc3')) clientSideInclude('topinc3', '../includes/left_panel1.htm');
if(document.getElementById('topinc2')) clientSideInclude('topinc2', 'includes/top_bar_home.htm');
}



function loadincludes11(){
	clientSideInclude('topinc11', '../includes/top_bar_admin.php');
}