// JavaScript Document

//------------------------legnami 1

function popup_legnami1() {
var winl = (screen.width - 350) / 2;
var wint = (screen.height - 267) / 2;
var winw = 350 ;
var winh = 267 ;
window.open('../images/legnami.jpg','legnami','top='+wint+',left='+winl+',width='+winw+',height='+winh+',buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no,copyhistory=Yes,')
}

//------------------------legnami 2

function popup_legnami2() {
var winl = (screen.width - 350) / 2;
var wint = (screen.height - 247) / 2;
var winw = 350 ;
var winh = 247 ;
window.open('../images/legnami2.jpg','legnami','top='+wint+',left='+winl+',width='+winw+',height='+winh+',buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no,copyhistory=Yes,')
}

//------------------------pannelli 1

function popup_pannelli1() {
var winl = (screen.width - 350) / 2;
var wint = (screen.height - 242) / 2;
var winw = 350 ;
var winh = 242 ;
window.open('../images/multistrati.jpg','multistrati','top='+wint+',left='+winl+',width='+winw+',height='+winh+',buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no,copyhistory=Yes,')
}

//------------------------pannelli 2

function popup_pannelli2() {
var winl = (screen.width - 350) / 2;
var wint = (screen.height - 242) / 2;
var winw = 350 ;
var winh = 242 ;
window.open('../images/truciolari.jpg','truciolari','top='+wint+',left='+winl+',width='+winw+',height='+winh+',buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no,copyhistory=Yes,')
}

//------------------------profilati

function popup_profilati() {
var winl = (screen.width - 300) / 2;
var wint = (screen.height - 299) / 2;
var winw = 300 ;
var winh = 299 ;
window.open('../images/profilati.jpg','profilati','top='+wint+',left='+winl+',width='+winw+',height='+winh+',buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no,copyhistory=Yes,')
}