function swf_src(src,wid,hei)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="'+wid+'" height="'+hei+'">');
	document.write('<param name="wmode" value="transparent"/>');
	document.write('<param name="movie" value="'+src+'">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="'+src+'" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"  width="'+wid+'" height="'+hei+'">');
	document.write('</embed>');
	document.write('</object>');
}

function ppChange(st) {
           if( st == 1 ) {
                   document.getElementById("apDiv1").style.height = "250px";
           } else {
               document.getElementById("apDiv1").style.height = "80px";
           }
}

function prChange(st) {
           if( st == 1 ) {
           	
               document.getElementById("callDiv").style.left = 0+"px";
               document.getElementById("callDiv").style.width = 943+"px";
               document.getElementById("callDiv").style.height = 532+"px";
           } else {
           	
				document.getElementById("callDiv").style.overflow = "hidden";
				document.getElementById("callDiv").style.left = 767+"px";
				document.getElementById("callDiv").style.width = 166+"px";
				document.getElementById("callDiv").style.height = 94+"px";
				
               
           }
}
