function swfEmbed(file,width,height) {
	document.write('<embed src="' + file + '" width="' + width + '" height="' + height + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="noscale" wmode="transparent" align="top"></embed>');
}
function swfEmbedScale(file,width,height) {
	document.write('<embed src="' + file + '" width="' + width + '" height="' + height + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
}