// -----------------------------------------------------------------
// File     : details.js
// Author   : F. Nembrini
// Company  : (C) Quarcom Teleinformatics
// Date     : April 21, 2004
// Modified : 
// Aim      : manage the images menu rollover
// -----------------------------------------------------------------


function showMatDet(id, width, height,lang)
{
  var winCont = window.open("materiali_dett.php?id=" + id + "&lang=" + lang + "","Materiali","width=" + (width+300) +",height=" + height + ",scrollbars=1,resizable=1,menubar=0,location=0,alwaysRaised=0");
} // End showMatDet()

function setProduct(form,lang)
{
  var page = "";
  if(lang == 1)
    page = "prodotti.php";
  else if (lang == 2)
    page = "prodotti_fr.php";
  else if(lang == 3)
    page = "prodotti_ge.php";
  
  parent.menu.setImgMenu('prodotti', 3);
  form.action = page + "?cat_id=" + form.cat_id.options[form.cat_id.options.selectedIndex].value + "";
  form.submit();
}

function showCredits()
{
  var winCredits = window.open("credits.html","Credits","width=353,height=140,scrollbars=0,resizable=0,menubar=0,location=0,alwaysRaised=0");
} // end showCredits()
