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,'#042544');
	obj.onmouseout="ChangeColor("+obj+",'#042544');";
}




function show(line,div){
	line.style.display='';
	div.style.visibility='visible';
}

function hide(line,div){
	line.style.display='none';
	div.style.visibility='hidden';
}

 function loadincludes()
 {	
	
	if(document.getElementById('topinc')) clientSideInclude('topinc', '../includes/links.htm');
	if(document.getElementById('topinc1')) clientSideInclude('topinc1', '../includes/top_bar1.htm');
	if(document.getElementById('topinc2')) clientSideInclude('topinc2', '../includes/footer.htm');
	if(document.getElementById('topinc3')) clientSideInclude('topinc3', '../includes/top_bar2.htm');
	if(document.getElementById('topinc4')) clientSideInclude('topinc4', '../includes/top_bar3.htm');
	if(document.getElementById('topinc5')) clientSideInclude('topinc5', '../includes/top_bar4.htm');
	if(document.getElementById('topinc6')) clientSideInclude('topinc6', '../includes/top_bar5.htm');
	if(document.getElementById('topinc7')) clientSideInclude('topinc7', '../includes/top_bar6.htm');
	if(document.getElementById('topinc8')) clientSideInclude('topinc8', '../includes/top_bar7.htm');
	if(document.getElementById('topinc9')) clientSideInclude('topinc9', '../includes/top_bar8.htm');
	if(document.getElementById('topinc10')) clientSideInclude('topinc10', '../includes/top_bar9.htm');
	if(document.getElementById('topinc11')) clientSideInclude('topinc11', '../includes/top_bar10.htm');
	if(document.getElementById('new')) clientSideInclude('new', '../includes/new.htm');
	
	if(document.getElementById('arti')) clientSideInclude('arti', '../includes/arti.htm');
	
	if(document.getElementById('evnt')) clientSideInclude('evnt', '../includes/evnt.htm');
	if(document.getElementById('press')) clientSideInclude('press', '../includes/press.htm');
	
	if(document.getElementById('font')) clientSideInclude('font', '../includes/font_bar.htm');
	if(document.getElementById('contact')) clientSideInclude('contact', '../includes/contact.htm');
	if(document.getElementById('floater')) clientSideInclude('floater', '../includes/floater.htm');
	if(document.getElementById('glaucoma')) clientSideInclude('glaucoma', '../includes/glaucoma_treat.htm');
	if(document.getElementById('low')) clientSideInclude('low', '../includes/low.htm');
	if(document.getElementById('macular')) clientSideInclude('macular', '../includes/macular.htm');
	if(document.getElementById('routine')) clientSideInclude('routine', '../includes/routine.htm');
	if(document.getElementById('glaucomas')) clientSideInclude('glaucomas', '../includes/glaucomas.htm');
	if(document.getElementById('cataract')) clientSideInclude('cataract', '../includes/cataract.htm');
	if(document.getElementById('corneal')) clientSideInclude('corneal', '../includes/corneal.htm');
	if(document.getElementById('eye')) clientSideInclude('eye', '../includes/eye.htm');
	if(document.getElementById('lasik')) clientSideInclude('lasik', '../includes/lasik.htm');
	if(document.getElementById('oculoplastic')) clientSideInclude('oculoplastic', '../includes/oculoplastic.htm');
	if(document.getElementById('opticians')) clientSideInclude('opticians', '../includes/opticians.htm');
	if(document.getElementById('frames')) clientSideInclude('frames', '../includes/frames.htm');
	if(document.getElementById('doctors')) clientSideInclude('doctors', '../includes/doctors.htm');
	if(document.getElementById('library')) clientSideInclude('library', '../includes/library.htm');
	if(document.getElementById('icl')) clientSideInclude('icl', '../includes/icl.htm');

	}