<!--

function changeLoc(sUrl) {

setTimeout("location.href = '" + sUrl + "';", 3000);

}
	
//-->
<!--
function OpenLiveChatWindow(){
		
	var l = (window.screen.width)/2 - 200;
	var t = (window.screen.height)/2 - 135;
	var ie = (document.all) ? 1:0
    
	if (ie){
	   h = 400;
	   w = 380;
	}
	else{
	   h = 400;
	   w = 383;
	}  
	
	var features="width=" + w + ",height=" + h + ",noresize,toolbar=no,menubar=no,scrollbars=no,left=" + l + ",top=" + t;																									
	var pfw=open("http://www.peak-Entertainment.com/LiveChat/ClientLogin.asp?CID=SP","liveChat",features);
	
	pfw.focus();	
}

function OpenSupportPersonWindow(){
		
	var l = (window.screen.width)/2 - 200;
	var t = (window.screen.height)/2 - 135;
	var features="width=400,height=290,noresize,toolbar=no,menubar=no,scrollbars=no,left="+l+",top="+t;																									
	var pfw=open("http://www.peakentertainment.com/CallBackService/index.asp","suppPerson",features);
	
	pfw.focus();	
}
-->
