function embedswf(fileName,width,height){
document.write('<embed src="'+fileName+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'" wmode="transparent" />')
}