// JavaScript Document

function BizHomePop(num)
{
	var WLeft = Math.ceil((window.screen.width - 750) / 2 ); 
	var WTop = Math.ceil((window.screen.height - 720) / 2 ); 
	window.open('/BizHome/ComInfo.asp?Num='+num,'BizHome','width=750,height=650,resizable=1,scrollbars=1,left='+WLeft+'px,top='+WTop+'px');
}


function showBigP( picurl )	{	
document.getElementById("p_img").src = picurl;		
document.getElementById("b_cake").style.display="";		
document.documentElement.scrollTop = 200;		
//document.documentElement.	
}		

function shutBigP()	{		
document.getElementById("b_cake").style.display="none";	
}
