function mOvr(src,clrOver){ 
	if (!src.contains(event.fromElement)){ 
		src.style.cursor = 'default'; 
		src.bgcolor = clrOver; 
	} 
} 

function mOut(src,clrIn){ 
	if (!src.contains(event.toElement)){ 
		src.style.cursor = 'default'; 
		src.bgcolor = clrIn; 
	} 
}

function ChangeColor(obj,color){
	obj.style.background=color;
}

function markmenu(obj){
	ChangeColor(obj,'#FEDD58');
	obj.onmouseout="ChangeColor("+obj+",'#FEDD58');";
}




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('topinc4')) clientSideInclude('topinc4', '../includes/left_panel2.htm');

	if(document.getElementById('topinc_admin')) clientSideInclude('topinc_admin', '../includes/admin_top.htm');
if(document.getElementById('topinc2')) clientSideInclude('topinc2', 'includes/top_bar_home.htm');
}

function loadincludes1(){	
	
}