			var MM_contentVersion = 8;
			var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
			if ( plugin ) {
				var words = navigator.plugins["Shockwave Flash"].description.split(" ");
			    	for (var i = 0; i < words.length; ++i) {
					if (isNaN(parseInt(words[i])))
					continue;
					var MM_PluginVersion = words[i];
			    	}
				var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
			} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win") != -1)) {
				document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
				document.write('on error resume next \n');
				document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
				document.write('</SCR' + 'IPT\> \n');
			}
			if ( MM_FlashCanPlay ) {
				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" id="cc_version_1" width="1000" height="850">');
				document.write(' <param name="movie" value="flash/site-v-4-2009.swf" />');
				document.write(' <param name="quality" value="high" />');
				document.write(' <param name="wmode" value="transparent" />');
				document.write(' <param name="bgcolor" value="#270801" />');
				document.write(' <param name="scale" value="exactfit" />');
				document.write(' <embed src="flash/site-v-4-2009.swf" scale="exactfit" quality="high" wmode="transparent" bgcolor="#270801" swLiveConnect="true" width="1000" height="850" name="cc_version_1" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
				document.write(' </embed>');
				document.write('</object>');
			} else {
				document.write('<div align=center"><b style="font-family:verdana; font-size:18px;">Flash 8.0 Required<br /><br />You can</b> <a href="http://www.macromedia.com/go/getflashplayer"><b style="font-family:verdana; font-size:12px; color:#ffffff; text-decoration:none;">update your Flash plug-in here...</b></a></div><br /></div>');
			}


var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function cc_version_1_DoFSCommand(command, args)
{
  var cc_version_1Obj =
    InternetExplorer ? cc_version_1 : document.cc_version_1;
  //
  // Place your code here...
  if (command == "fla") {
    document.fla.submit();
  }
  if (command == "yth") {
    document.yth.submit();
  }
  if (command == "wma") {
    document.wma.submit();
  }
  if (command == "git") {
    document.formGIT.submit();
  }
  if (command == "high") {
    document.formH.submit();
  }
  if (command == "laugh") {
    document.formL.submit();
  }
  if (command == "wip") {
    document.formWYP.submit();
  }
  if (command == "dr") {
    document.formDR.submit();
  }
  if (command == "som") {
    document.formSOM.submit();
  }
  if (command == "bitend") {
    document.formBITEND.submit();
  }

  if (command == "formTWM") {
    document.formTWM.submit();
  }
  if (command == "formWLAN") {
    document.formWLAN.submit();
  }
  if (command == "formQUY") {
    document.formQUY.submit();
  }
  if (command == "formBENZ") {
    document.formBENZ.submit();
  }
  if (command == "formSUNS") {
    document.formSUNS.submit();
  }
  if (command == "formLIPY") {
    document.formLIPY.submit();
  }
  if (command == "formCOLORY") {
    document.formCOLORY.submit();
  }
  if (command == "formHVMI") {
    document.formHVMI.submit();
  }
  if (command == "formPSOUL") {
    document.formPSOUL.submit();
  }


  //
}
// Hook for Internet Explorer
if (navigator.appName &&
  navigator.appName.indexOf("Microsoft") != -1 &&
  navigator.userAgent.indexOf("Windows") != -1 &&
  navigator.userAgent.indexOf("Windows 3.1") == -1)
{
  document.write('<SCRIPT LANGUAGE=VBScript\> \n');
  document.write('on error resume next \n');
  document.write(
    'Sub cc_version_1_FSCommand(ByVal command, ByVal args)\n');
  document.write(
    ' call cc_version_1_DoFSCommand(command, args)\n');
  document.write('end sub\n');
  document.write('</SCRIPT\> \n');
}

