function loadincludes122(){	
	if(document.getElementById('topinc')) clientSideInclude('topinc', '../includes/top_bar.htm');
	if(document.getElementById('topinc1')) clientSideInclude('topinc1', '../includes/links.htm');
	if(document.getElementById('topinc_admin')) clientSideInclude('topinc_admin', '../includes/admin_top.htm');
if(document.getElementById('topinc2')) clientSideInclude('topinc2', '../includes/footer.htm');
}

function loadincludes112(){	
	
}

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,'#76787C');
	obj.onmouseout="ChangeColor("+obj+",'#76787C');";
}

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

}

function request(path)
{
	var NewWin;
	NewWin1=window.open(path,'NewWin2','height=550,width=441,top=20,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=yes');
	NewWin1.focus();

}

