function flash_play(ad,ct,w,h) {
        document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+w+'" height="'+h+'">');
        document.write('<param name="movie" value="'+ad+'?clickTAG='+ct+'">');
        document.write('<param name="menu" value="false"><param name="quality" value="high">');
        document.write('<embed src="'+ad+'?clickTAG='+ct+'" menu="false" quality="high" width="'+w+'" height="'+h+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');
        document.write('</object>');
}
function show_photo(p,w,h) {
	x=window.open('photo.php?pic='+p,'Foto','toolbar=0,status=0,menubars=0,scrollbars=0,resizable=0,location=0,directories=0,width='+w+',height='+h+',top=50,left=50');
}

