function myPopup2() {
    window.open( "fornitori/language.htm", "myWindow", "status = 1, height = 250, width = 400, resizable = 0" )
}
function myPopup3() {
    window.open( "jobs.htm", "myWindow", "status = 1, height = 140, width = 480, resizable = 0" )
}