

function getWinWidth(){
  if (document.all) {
    return document.body.clientWidth;
  }
  else if (document.layers) {
    return window.innerWidth;
  }
}

function getMenuPositionX(xPos){	
  if (document.all) {
    if (document.body.clientWidth > 760) {
       return (document.body.clientWidth-765)/2+xPos;
    }
    else return 0;
  }
  else if (document.layers) {
    if (window.innerWidth > 760) {
       return (window.innerWidth-762)/2+xPos;
    }
    else return 0; 
  }
}


function theMenus(theFG,theHL){

   //Dynamic Menus -- INGLESE
  window.company_en = new Menu("company");    
  company_en.addMenuItem("News", "top.window.location='/opencms_inera/cms/inera/en/company/news.html'");
  company_en.addMenuItem("Events", "top.window.location='/opencms_inera/cms/inera/en/company/events.html'");
  company_en.addMenuItem("Locations", "top.window.location='/opencms_inera/export/inera/en/company/locations.html'");
  company_en.addMenuItem("Management", "top.window.location='/opencms_inera/export/inera/en/company/management.html'");
  company_en.addMenuItem("Team", "top.window.location='/opencms_inera/export/inera/en/company/team.html'");
  company_en.disableDrag = true;
  company_en.fontColor = "#ffffff";
  company_en.menuItemBgColor = theFG;
  company_en.menuHiliteBgColor = theHL;
  company_en.fontColorHilite = "#ffffff";
  company_en.menuBorder = 1;
  company_en.menuItemBorder = 1;
  company_en.menuItemIndent = 12;	
  company_en.menuLiteBgColor = theFG;
  company_en.bgColor = theFG;
  company_en.menuWidth = 200;    
  company_en.menuItemWidth = 200;
  company_en.menuItemHeight = 18;
  company_en.prototypeStyles = company_en;

   
  window.cultural_en = new Menu("Beni culturali");
  cultural_en.addMenuItem("OPAC", "top.window.location='/solutions/CulturalInstituts/opac.html'");    
  cultural_en.addMenuItem("MetaOPAC", "top.window.location='/solutions/CulturalInstituts/MetaOPAC.html'"); 
  
  window.subproducts2_en = new Menu("TMS");   
  subproducts2_en.addMenuItem("Overview", "top.window.location='/opencms_inera/export/inera/en/products/TMS/overview.html'");    
  subproducts2_en.addMenuItem("Enviroment", "top.window.location='/opencms_inera/export/inera/en/products/TMS/enviroment.html'");      
  subproducts2_en.addMenuItem("Features", "top.window.location='/opencms_inera/export/inera/en/products/TMS/features.html'");      
 
  window.products_en = new Menu("products");   
  products_en.addMenuItem("MetaVista","top.window.location='/opencms_inera/export/inera/en/products/MetaVista/index.html'");
  products_en.addMenuItem(subproducts2_en,"top.window.location='/opencms_inera/export/inera/en/products/TMS/index.html'");
  products_en.addMenuItem("Mago","top.window.location='/opencms_inera/export/inera/en/products/Mago/index.html'");
	
  window.consulting_en = new Menu("consulting");
  consulting_en.addMenuItem("Method", "top.window.location='/opencms_inera/export/inera/en/consulting/method.html'");
  consulting_en.addMenuItem("Web Planning", "top.window.location='/opencms_inera/export/inera/en/consulting/webplanning.html'");
  consulting_en.addMenuItem("Internet IT", "top.window.location='/opencms_inera/export/inera/en/consulting/feasibility.html'");
  consulting_en.addMenuItem("Tech Support", "top.window.location='/opencms_inera/export/inera/en/consulting/techsupport.html'");
  consulting_en.addMenuItem("Aree tecnologiche", "top.window.location='/opencms_inera/export/inera/en/consulting/technologicalareas.html'");  
 
  window.solutions_en = new Menu("solutions");
  solutions_en.addMenuItem("Cultural Instituts", "top.window.location='/opencms_inera/export/inera/en/solutions/cultural_instituts.html'");
  solutions_en.addMenuItem("Web Site and Portal", "top.window.location='/opencms_inera/export/inera/en/solutions/portals.html'");
  solutions_en.addMenuItem("Tourism and enviroment", "top.window.location='/opencms_inera/export/inera/en/solutions/tourism.html'");  
  solutions_en.addMenuItem("Logistic", "top.window.location='/opencms_inera/export/inera/en/solutions/logistic.html'");  

  window.customers_en = new Menu("customers");
  customers_en.addMenuItem("Internet Culturale", "top.window.location='/opencms_inera/export/inera/en/customers/internet_culturale.html'");
  customers_en.addMenuItem("A.B.I.", "top.window.location='/opencms_inera/export/inera/en/customers/anagrafe_biblioteche_italiane.html'");  
  customers_en.addMenuItem("Sistema Editoriale ANSA", "top.window.location='/opencms_inera/export/inera/en/customers/ANSA.html'");  
  customers_en.addMenuItem("Opac SBN ICCU", "top.window.location='/opencms_inera/export/inera/en/customers/opac_sbn_iccu.html'");
  customers_en.addMenuItem("MetaOPAC SBN di ICCU", "top.window.location='/opencms_inera/export/inera/en/customers/metaopac_sbn_iccu.html'");  
  customers_en.addMenuItem("MIDA di ANSA", "top.window.location='/opencms_inera/export/inera/en/customers/mida.html'");
  customers_en.addMenuItem("OPAC Roma", "top.window.location='/opencms_inera/export/inera/en/customers/opac_roma.html'");
  customers_en.addMenuItem("OPAC Sicilia", "top.window.location='/opencms_inera/export/inera/en/customers/opac_sicilia.html'");  
  customers_en.addMenuItem("OPAC Umbria", "top.window.location='/opencms_inera/export/inera/en/customers/opac_umbria.html'");  
  customers_en.addMenuItem("OPAC Biella", "top.window.location='/opencms_inera/export/inera/en/customers/opac_biella.html'");    
  customers_en.addMenuItem("BUG", "top.window.location='/opencms_inera/export/inera/en/customers/bibliotecagenova.html'");      
  customers_en.addMenuItem("Digitami", "top.window.location='/opencms_inera/export/inera/en/customers/digitami.html'");          
  customers_en.addMenuItem("Librarsi", "top.window.location='/opencms_inera/export/inera/en/customers/librarsi.html'");    
  customers_en.addMenuItem("Liberdomus.it", "top.window.location='/opencms_inera/export/inera/en/customers/liberdomus.it'");    
  customers_en.addMenuItem("École française de Rome", "top.window.location='/opencms_inera/export/inera/en/customers/ecolefrancaise.html'");      
  customers_en.addMenuItem("EasyIndex", "top.window.location='/opencms_inera/export/inera/en/customers/easyindex.html'");          
  
//  window.customers_en = new Menu("customers");
//  customers_en.addMenuItem("Login", "top.window.location='page.html?pag=customers_login'");
//  customers_en.addMenuItem("Info Clienti","top.window.location='page.html?pag=customers_custinfo'");
//  customers_en.addMenuItem("Supporto Clienti","top.window.location='page.html?pag=customers_suppinfo'");    
//  customers_en.disableDrag = true;	
  
  company_en.writeMenus();

}
