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', 'top_bar.htm');
}

function loadincludes1(){
	if(document.getElementById('topinc1')) clientSideInclude('topinc1', 'left_panel.htm');
	if(document.getElementById('topinc2')) clientSideInclude('topinc2', 'top_bar.htm');
             if(document.getElementById('topinc3')) clientSideInclude('topinc3', 'left_panel2.htm'); 
              if(document.getElementById('topinc4')) clientSideInclude('topinc4', 'left_panel3.htm');                
               if(document.getElementById('topinc5')) clientSideInclude('topinc5', 'left_panel4.htm');


}

