//vypsani flashe
function FlashWriteNew(Name)
{
	if (Flash())
	{
		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="750" height="650" id="singingrock" ALIGN="">');
		document.write('<PARAM NAME="movie" VALUE="' + Name + '"/>');
		document.write('<PARAM NAME="quality" VALUE="high"/>');
		document.write('<PARAM NAME="bgcolor" VALUE="#000000"/>');
		document.write('<PARAM NAME="wmode" VALUE="transparent"/>');
		document.write('<PARAM NAME="menu" VALUE="false"/>');
		document.write('<EMBED src="' + Name + '" wmode="transparent" quality="high" bgcolor="#000000" width="750" height="650" name="singingrock" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
		document.write('</OBJECT>');
	}
	else {window.open('default.asp?nDepartmentID=117&nLanguageID=1', '_self');}
}


function Harness(language){
	if (Flash()){
		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="650" height="655" id="singingrock" ALIGN="">');
		document.write('<PARAM NAME="movie" VALUE="/data/xsl/flash/harness-w2010-'+language+'.swf?02"/>');
		document.write('<PARAM NAME="quality" VALUE="high"/>');
		document.write('<PARAM NAME="bgcolor" VALUE="#000000"/>');
		document.write('<PARAM NAME="wmode" VALUE="transparent"/>');
		document.write('<PARAM NAME="menu" VALUE="false"/>');
		document.write('<EMBED src="/data/xsl/flash/harness-w2010-'+language+'.swf?02" wmode="transparent" quality="high" bgcolor="#000000" width="650" height="655" name="singingrock" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
		document.write('</OBJECT>');
	}
}


function GoodsDetail(File, width, height){
	if (Flash()){
		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+width+'" height="'+height+'" id="singingrock" ALIGN="">');
		document.write('<PARAM NAME="movie" VALUE="http://www.singingrock.com/data/files/downloads/flash/'+File+'"/>');
		document.write('<PARAM NAME="quality" VALUE="high"/>');
		document.write('<PARAM NAME="bgcolor" VALUE="#d2d1d1"/>');
		document.write('<PARAM NAME="wmode" VALUE="transparent"/>');
		document.write('<PARAM NAME="menu" VALUE="false"/>');
		document.write('<EMBED src="http://www.singingrock.com/data/files/downloads/flash/'+File+'" wmode="transparent" quality="high" bgcolor="#d2d1d1" width="'+width+'" height="'+height+'" name="singingrock" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
		document.write('</OBJECT>');
	}
}


function Flash()
{
var state
var plugin = 'Shockwave Flash'
var IEGoesToURL = true
if ((navigator.plugins && navigator.plugins[plugin]) || (IEGoesToURL && navigator.appName.indexOf('Microsoft') != -1 && navigator.appVersion.indexOf('Mac') == -1 && navigator.appVersion.indexOf('3.1') == -1)) {state = "true";} else {state = "false";}
return state
}
