function showFlashMovie(name,m_width,m_height)
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="' + m_width + '" height="' + m_height + '" name="FLVPlayer" id="FLVPlayer">\n');
   document.write('<param name="movie" value="FLVPlayer_Progressive.swf" />\n');
   document.write('<param name="salign" value="lt" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="scale" value="noscale" />\n');
   document.write('<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=http://clients.cyber-ny.com/nujazzsite/media/flash/video/' + name + '&autoPlay=false&autoRewind=false" />\n');
   document.write('<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=http://clients.cyber-ny.com/nujazzsite/media/flash/video/' + name + '&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="' + m_width + '" height="' + m_height + '" name="FLVPlayer" id="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>\n');
}

function showHomeFlash()
{
   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="650" height="432">\n');
   document.write('<param name="movie" value="home.swf">\n');
   document.write('<param name="quality" value="high">\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="432">\n');
   document.write('</embed>\n');
   document.write('</object>\n');
}

function showFlowMovie(name,m_width,m_height)
{
   document.write('<object type="application/x-shockwave-flash" data="FlowPlayer.swf" width="' + m_width + '" height="' + m_height + '" id="FlowPlayer">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="movie" value="FlowPlayer.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="scale" value="noScale" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param name="flashvars" value="config={splashImageFile: \'images/nujazz_poster.jpg\',autoPlay: false,loop: false,videoFile: \'media/flash/video/' + name + '.flv\'}" />\n');
	document.write('</object>\n');
}
