function run_flash4() 
{ 
document.write('<object title="Contact us, P.D.C. Europe reminds you free" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="119" height="21" style="background:transparent;display:block;">\n'); 
document.write('<param name="movie" value="flash/manchon-retractable-etirable-call-me-back-uk.swf">\n'); 
document.write('<param name="wmode" value="transparent" />\n'); 
document.write('<embed wmode="transparent" src="flash/manchon-retractable-etirable-call-me-back-uk.swf"  width="119" height="21" type="application/x-shockwave-flash">\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
} 

function resize_popup(id){

	if(id != ""){
		document.getElementById(id).style.width = document.body.clientWidth + "px";
		document.getElementById(id).style.height = document.body.clientHeight + "px";
	}
}
