// JavaScript Document
function EmbedSWF1()
{
document.write('<object width="300" height="200">');
document.write('<param name="movie" value="http://www.youtube.com/v/4ATJ9Iq1gDQ&hl=en&fs=1&color1=0x006699&color2=0x54abd6"></param>');
document.write('<param name="allowFullScreen" value="true"></param>');
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="http://www.youtube.com/v/4ATJ9Iq1gDQ&hl=en&fs=1&color1=0x006699&color2=0x54abd6" type="application/x-shockwave-flash" allowfullscreen="true" width="300" height="200" SwLiveConnect="false" wmode="transparent" menu="false"></embed>');
document.write('</object>');
}

function EmbedSWF2(filenm)
{
document.write('<object width="600" height="470">');
document.write('<param name="movie" value="'+filenm+'"></param>');
document.write('<param name="allowFullScreen" value="true"></param>');
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="'+filenm+'" allowfullscreen="true" width="600" height="470" SwLiveConnect="false" wmode="transparent" menu="false"></embed>');
document.write('</object>');
}

/*function EmbedSWF1()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="959" height="350">');
document.write('<param name="movie" value="./images/index_top.swf">');
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="./images/index_top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="959" height="350" hspace="0" vspace="0" SwLiveConnect="true" wmode="transparent" menu="false"></embed>');
document.write('</object>');
}
*/
