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');
}

function requestinfo()
{

	var NewWin3;
	NewWin3=window.open("requestinfo.htm",'NewWin1','height=360,width=420,top=10,left=150,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');
	NewWin3.focus();
}