// JavaScript Document
/*
***************************************
* Future Connection AG, 18. April 2005
* Flash-Detection Version 3.0
***************************************
*/
				
//if(hasRightVersion) {
	var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
	+ 'width="512" HEIGHT="340"'
	+ 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
	+ '<PARAM NAME="MOVIE" VALUE="webtrailer/gmc_player.swf">'
	+ '<PARAM NAME="PLAY" VALUE="true">'
	+ '<PARAM NAME="LOOP" VALUE="false">'
	+ '<PARAM NAME="QUALITY" VALUE="high">'
	+ '<PARAM NAME="MENU" VALUE="false">'
	+ '<PARAM NAME="WMODE" VALUE="transparent">'
	+ '<EMBED SRC="webtrailer/gmc_player.swf"'
	+ 'width="512" HEIGHT="340"'
	+ 'PLAY="true"'
	+ 'LOOP="false"'
	+ 'QUALITY="high"'
	+ 'wmode="transparent"'
	+ 'MENU="false"'
	+ 'TYPE="application/x-shockwave-flash"'
	+ 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
	+ '</EMBED>'
	+ '</OBJECT>';
	
	document.write(oeTags);
//} else {
//	var alternateContent = '<a href="http://www.adobe.com/go/getflash" target="_blank"><img src="../webtrailer/images/noflash.gif" width="320" height="232" border="0" /></a>';
//	document.write(alternateContent);
//}
