function openImage(url) {
    finestra = window.open(url, 'Images', 'width=805, height=605, scrollbars=yes, statusbar=no');
    finestra.focus();
}

function openWall(url) {
    finWall = window.open(url, 'Wallpaper', 'width=1024, height=768, scrollbars=yes, statusbar=no');
    finWall.focus();	
}

function downloadMobile(nome, RL, REG) {
   var popMobile = "http://www.newholland.com/T7000_minisite/mobile/login.asp?REG=" + REG + "&RL=" + RL + "&url_req=http://www.new-t7000.com/mobile/download/" + nome; 
   finMobile = window.open(popMobile, 'MobileWindow', 'width=800, height=600 , scrollbars=yes, location=yes, toolbar=yes');
   finMobile.focus();
} 

