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(){
	clientSideInclude('topinc', '../includes/top_bar.htm');
}
function loadincludes1(){
	clientSideInclude('topinc1', '../includes/left_panel.htm');
}