// JavaScript Document

<!--
function embeds(url,w,h){
document.write('<embed src="'+url+'" quality="high" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" wmode="transparent" menu="false"></embed>');
}
// -->