
<!-- 

function button_DoFSCommand(command, args) {
   var InternetExplorer = navigator.appName.indexOf('Microsoft') != -1;
   var URL = window.location.href
   var mylocation = unescape(URL.substring(0,(URL.lastIndexOf("/")) + 1));
   var btnmovie = InternetExplorer ? button : document.embeds[0];
   myx = "images/main1.swf";
   myc = command;
   mya = args;
   valpha = 6;
  // btnmovie.TGotoFrame('_level0/b3', 1);
      gg=window.open ("","Browser","status=no,toolbars=no,scrollbars=no,width=476,height=208")
		   gg.document.open()
		   gg.document.write("<html><head><SCRIPT LANGUAGE='JavaScript'> ")
		   gg.document.write("function main_DoFSCommand(command, args) {")
		 gg.document.write("var InternetExplorer = navigator.appName.indexOf('Microsoft') != -1;")
		   gg.document.write("var URL = window.location.href;")
   gg.document.write("var mylocation = unescape(URL.substring(0,(URL.lastIndexOf('/')) + 1));")
   gg.document.write(" var mainmovie = InternetExplorer ? main : document.embeds[0];")
   gg.document.write(" mainmovie.TSetProperty('_level0/maintxt', "+valpha+", 0);")
   gg.document.write(" mainmovie.TSetProperty('_level0/"+mya+"', "+valpha+", 100);")
   gg.document.write(" mainmovie.TPlay('_level0/"+mya+"');")
   gg.document.write(" mainmovie.TGotoFrame('_level0/"+myc+"', 1);")
   gg.document.write("}")
   gg.document.write(" \</SCRIPT\>")
   gg.document.write("<SCRIPT LANGUAGE='VBScript'>Sub main_FSCommand(ByVal command, ByVal args)")
   gg.document.write("call main_DoFSCommand(command, args)")
   gg.document.write("end sub")
   gg.document.write("\</SCRIPT\></head><BODY bgcolor='#000099' leftmargin=0 topmargin=0><OBJECT ID='main' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0'  WIDTH=476 HEIGHT=208> <PARAM NAME=movie VALUE="+myx+"><PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000099> <EMBED NAME='main' mayscript='mayscript' src="+myx+" swLiveConnect='true' salign='t' quality=high bgcolor=#000099  WIDTH=476 HEIGHT=208 TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT></body></html>")
  gg.document.close()
} 

//-->




