function embeds(url,w,h){
document.write('<object width="'+w+'" height="'+h+'">');
document.write('<param name="movie" value="'+url+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="menu" value="false">');
document.write('<embed src="'+url+'" quality="high" width="'+w+'" height="'+h+'"></embed>');
document.write('</object>');
}
