function embed(url,w,h)
{ 
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="'+w+'" height="'+h+'"><param name="movie" value="'+url+'"/><param name="quality" value="high"/><param name="wmode" value="transparent"/></object>');
}

function embed_m(url,w,h,c)
{ 
	document.write('<embed src="'+url+'" width="'+w+'" height="'+h+'" autostart="true" loop="true" showcontrols="'+c+'">');
}
