<!--
function displayMainMenu(lingua,sez_corr) {
  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" WIDTH="508" HEIGHT="50" id="menu2" ALIGN="" style="margin-left:7px;">');
  document.write('<PARAM NAME=movie VALUE="swf/menu.swf?lang='+lingua+'&page='+sez_corr+'">');
  document.write('<PARAM NAME=quality VALUE=high>');
  document.write('<PARAM NAME=bgcolor VALUE=#4c73ae>');
  document.write('<EMBED src="swf/menu.swf?lang='+lingua+'&page='+sez_corr+'" quality=high bgcolor="#4c73ae" WIDTH="508" HEIGHT="50" NAME="menu2" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
  document.write('</OBJECT>');
}

function displayFlashObj(nomeSWF,w,h,id,bgcolor,miopath, transparent) {
  if (miopath != "") {
    startPath = miopath+"/";
  } else {
    startPath = "";
  }
  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" width="'+w+'" height="'+h+'" id="'+id+'" ALIGN="">');
  document.write('<PARAM NAME=movie VALUE="'+startPath+'swf/'+nomeSWF+'.swf">');
  document.write('<PARAM NAME=quality VALUE=high>');
  document.write('<PARAM NAME=bgcolor VALUE='+bgcolor+'>');
  myTransp = "";
  if (transparent == 1) {
    document.write('<PARAM NAME=wmode VALUE=transparent>');
    myTransp = " wmode=transparent";
  }
  document.write('<EMBED src="'+startPath+'swf/'+nomeSWF+'.swf" quality="high" bgcolor="'+bgcolor+myTransp+'" width="'+w+'" height="'+h+'" name="'+id+'" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
  document.write('</OBJECT>');
}

function displayFlashBanner(nomeSWF,w,h,id,bgcolor,miopath,transparent, lingua) {
  if (miopath != "") {
    startPath = miopath+"/";
  } else {
    startPath = "";
  }
  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" width="'+w+'" height="'+h+'" id="'+id+'" ALIGN="">');
  document.write('<PARAM NAME=movie VALUE="'+startPath+'swf/'+nomeSWF+'.swf?lang='+lingua+'">');
  document.write('<PARAM NAME=quality VALUE=high>');
  document.write('<PARAM NAME=bgcolor VALUE='+bgcolor+'>');
  myTransp = "";
  if (transparent == 1) {
    document.write('<PARAM NAME=wmode VALUE=transparent>');
    myTransp = " wmode=transparent";
  }
  document.write('<EMBED src="'+startPath+'swf/'+nomeSWF+'.swf?lang='+lingua+'" quality="high" bgcolor="'+bgcolor+myTransp+'" width="'+w+'" height="'+h+'" name="'+id+'" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
  document.write('</OBJECT>');
}

function displayFlashBanner2(nomeSWF,w,h,id,bgcolor,miopath,transparent, lingua, idPesce) {
  if (miopath != "") {
    startPath = miopath+"/";
  } else {
    startPath = "";
  }
  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" width="'+w+'" height="'+h+'" id="'+id+'" ALIGN="">');
  document.write('<PARAM NAME=movie VALUE="'+startPath+'swf/'+nomeSWF+'.swf?lang='+lingua+'&id='+idPesce+'">');
  document.write('<PARAM NAME=quality VALUE=high>');
  document.write('<PARAM NAME=bgcolor VALUE='+bgcolor+'>');
  myTransp = "";
  if (transparent == 1) {
    document.write('<PARAM NAME=wmode VALUE=transparent>');
    myTransp = " wmode=transparent";
  }
  document.write('<EMBED src="'+startPath+'swf/'+nomeSWF+'.swf?lang='+lingua+'&id='+idPesce+'" quality="high" bgcolor="'+bgcolor+myTransp+'" width="'+w+'" height="'+h+'" name="'+id+'" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
  document.write('</OBJECT>');
}
//--->

