             function add_swf(nameMov,bgMov,wwMov,hhMov,varsMov){

                       document.writeln('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
                       document.writeln('WIDTH="'+wwMov+'" HEIGHT="'+hhMov+'" id="'+nameMov+'" ALIGN="">');
                       document.writeln('<PARAM NAME=movie VALUE="'+nameMov+'">'); 
                       document.writeln('<PARAM NAME="wmode" VALUE="opaque">');
                       if(varsMov != "")  document.writeln('<PARAM NAME=FlashVars VALUE="'+varsMov+'">');  
                       document.writeln('<PARAM NAME=quality VALUE=high>'); 
                       document.writeln('<PARAM NAME=bgcolor VALUE=#'+bgMov+'>');
                       document.writeln('<EMBED src="'+nameMov+'"'); 
                       if(varsMov != "") document.writeln('FlashVars = "'+varsMov+'"');
                       document.writeln('quality=high'); 
                       document.writeln('bgcolor=#'+bgMov+' NAME="" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
                       document.writeln('</OBJECT>');
              }
              
              
              
              function one_tmenu(IdMenu,NameM,Url,IdPhoto,AltMenu){
            
                  document.write('<Td Width=110 title="'+AltMenu+'"><Img Src="images/nd_star'+IdPhoto+'.gif" Border=0 VSpace=2 style="cursor:hand"  onClick="window.open('+Url+');"><br><span '+
                                 ' style="cursor:hand" ');
                                 
                  if(Url != "") 
                  document.write(' onClick="window.open('+Url+');"');  
                  document.write('>'+NameM+'</span></Td><Td>&nbsp;</Td>');
              }