﻿function IMG_onmouseover(id) {
var style;
style= document.getElementById(id);
style.className="MenuVerticalHover";
}
function IMG_onmouseout(id) {
var style;
style= document.getElementById(id);
style.className="MenuVertical";
}
function Prodotti_onmouseover() {
var style;
style= document.getElementById("ParentTd");
style.className="MenuVerticalFirstHover";
}
function Prodotti_onmouseout() {
var style;
style= document.getElementById("ParentTd");
style.className="MenuVerticalFirst";
}

function show(id){
   var response=document.getElementById(id);
   if (response.style.display!=null && response.style.display=='inline'){
      response.style.display='none';
   }else{
      response.style.display='inline';
   }
}

function OpenDisegniEdisap() { 
window.open('/Portals/1/html/Edisap/Disegni.htm','DisegniEdiSAP2000','width=780,height=570,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=100,top=00'); 
}
function OpenDisegniFloor() { 
window.open('/Portals/1/html/Floor/Disegni.htm','DisegniFloor','width=780,height=570,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=100,top=00'); 
}
function OpenDisegniWallls() { 
window.open('/Portals/1/html/Walls/Disegni.htm','DisegniWalls','width=780,height=570,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=100,top=00'); 
}
function OpenDisegniSAPEX() { 
window.open('/Portals/1/html/SAPEX/Disegni.htm','DisegniSAPEX','width=780,height=570,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=100,top=00'); 
}
function OpenRelazioneEdisap() { window.open('/Portals/1/html/Edisap/Relazione.htm','RelazioneEdiSAP2000','width=530,height=580,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=100,top=00'); 
}
function OpenRelazioneFloor() { window.open('/Portals/1/html/Floor/Relazione.htm','RelazioneFloor','width=530,height=580,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=100,top=00'); 
}
function OpenRelazioneWalls() { window.open('/Portals/1/html/Walls/Relazione.htm','RelazioneWalls','width=530,height=580,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=100,top=00'); 
}
function OpenRelazioneSAPEX() {window.open('/Portals/1/html/SAPEX/Relazione.htm','RelazioneSAPEX','width=530,height=580,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=100,top=00'); 
}
