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/top_bar.htm');
	if (document.getElementById('careersp111')) clientSideInclude('careersp111', 'career.asp');
	if (document.getElementById('admintopinc')) clientSideInclude('admintopinc', '../includes/admintop_bar.htm');
}

function loadincludes1(){	
	clientSideInclude('topinc1', '../includes/left_panel.htm');
}

function OpenHomePop()
{
	var NewWin1;
	path="inner/popup/request.htm";
	NewWin1=window.open(path,'NewWin1','height=531,width=400,top=50,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');
	NewWin1.focus();
}

function OpenInnerPop()
{
	var NewWin2;
	path="popup/request.htm";
	NewWin2=window.open(path,'NewWin2','height=531,width=400,top=50,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');
	NewWin2.focus();
}

function OpenInteractivePop(path)
{
    var NewWin5;	
    NewWin5=window.open(path,'NewWin5','width=640,height=480,top=50,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');
    NewWin5.focus();
}

function OpenDVDPop(path)
{
    var NewWin5;	
    NewWin5=window.open(path,'NewWin5','width=355,height=310,top=50,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');
    NewWin5.focus();
}

//////// Function to popup images in a resizable window /////////
function PopupPic(sPicURL) { 
     window.open( "popup.htm?"+sPicURL, "", "resizable=1,HEIGHT=500,WIDTH=600,top=50,left=50"); 
}

function OpenCMSpop()
{
	var NewWin8;
	path="popup/CMS.htm";
	NewWin8=window.open(path,'NewWin8','height=205,width=505,top=200,left=300,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');
	NewWin8.focus();
}

function location_map()
{
	var NewWin8;
	path="popup/location_map.htm";
	NewWin8=window.open(path,'NewWin8','height=647,width=938,top=200,left=200,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');
	NewWin8.focus();
}