<!--
function PHOTO(phopen){
   var w=700; var h=580;
   window.open(phopen,"BIG_PHOTO",'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width='+w+',height='+h+',left='+String((screen.width-w)/2)+',top='+String((screen.height-h)/2));
}

function Go(wopen) {
	w="../products/"+wopen+".html";
        opener.window.name="hom";
	window.open(w, "hom");
	window.close();
}

function CERTIF(tfopen){
   var w=640; var h=600;
   window.open(tfopen,"CERTIF",'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width='+w+',height='+h+',left='+String((screen.width-w)/2)+',top='+String((screen.height-h)/3));
}

function APPLIC(aopen){
   var w=450; var h=400;
   window.open(aopen,"APPLICATION",'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width='+w+',height='+h+',left='+String((screen.width-w)/2)+',top='+String((screen.height-h)/2));
}

function PRESENT(propen){
   var w=800; var h=590;
   window.open(propen,"PRESENTATION",'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width='+w+',height='+h+',left='+String((screen.width-w)/2)+',top='+String((screen.height-h)/2));
}

function TECH(thopen){
   var w=450; var h=300;
   window.open(thopen,"SERTIFICATION",'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width='+w+',height='+h+',left='+String((screen.width-w)/2)+',top='+String((screen.height-h)/2));
}

function DIAGR (diagropen){
   var w=550; var h=400;
   window.open(diagropen,"DIAGR",'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width='+w+',height='+h+',left='+String((screen.width-w)/2)+',top='+String((screen.height-h)/2));
}
//-->