// JavaScript Document
function RunMenuCA()
{
    document.write('<embed src="flash/menu.swf" name="btn_cat" swLiveConnect="true" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="90%"></embed>\n');
}
function RunMenuES()
{
    document.write('<embed src="flash/menu_esp.swf" name="btn_cat" swLiveConnect="true" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="90%"></embed>\n');
}
function RunMenuEN()
{
    document.write('<embed src="flash/menu_en.swf" name="btn_cat" swLiveConnect="true" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="90%"></embed>\n');
}
function RunMenuFR()
{
    document.write('<embed src="flash/menu_fr.swf" name="btn_cat" swLiveConnect="true" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="90%"></embed>\n');
}
function RunFTP()
{
		document.write('<object classid = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="600" height="500" codebase = "http://java.sun.com/update/1.5.0/jinstall-1_5-windows-i586.cab">\n');
    		document.write('<PARAM NAME = CODE VALUE = WebFtp >\n');
    		document.write('<PARAM NAME = ARCHIVE VALUE = WebFtp.jar >\n');
    		document.write('<param name = "type" value = "application/x-java-applet">\n');
    		document.write('<param name = "scriptable" value = "false">\n');
 		    document.write('<comment>\n');
			document.write('<embed\n');
            		document.write('type = "application/x-java-applet" \\n');
            		document.write('CODE = WebFtp \\n');
            		document.write('ARCHIVE = WebFtp.jar\n');
	    		document.write('scriptable = false\n');
	    		document.write('pluginspage = "http://java.sun.com/products/plugin/index.html#download">\n');
	    		document.write('<noembed>\n');
	             	document.write('</noembed>\n');
			document.write('</embed>\n');
    		   document.write('</comment>\n');
		document.write('</object>\n');
}