var sezioneAttuale=''; var sezioniPresenti=new Array(); sezioniPresenti[0]='Company'; sezioniPresenti[1]='Products'; sezioniPresenti[2]='Technical_library'; sezioniPresenti[3]='Press_lounge'; sezioniPresenti[4]='Getintouch_with_us'; var bName = navigator.appName; var bVer = parseInt(navigator.appVersion); var IE3 = (bName == "Microsoft Internet Explorer" && bVer < 4); function LoadImagePreload () { //if (!IE3) { Company_off = new Image(); Company_off.src = "/Static/images/hr_HR/Site/Company.gif"; Company_on = new Image(); Company_on.src = "/Static/images/hr_HR/Site/Company_on.gif"; Products_off = new Image(); Products_off.src = "/Static/images/hr_HR/Site/Products.gif"; Products_on = new Image(); Products_on.src = "/Static/images/hr_HR/Site/Products_on.gif"; Technical_library_off = new Image(); Technical_library_off.src = "/Static/images/hr_HR/Site/Technical_library.gif"; Technical_library_on = new Image(); Technical_library_on.src = "/Static/images/hr_HR/Site/Technical_library_on.gif"; Press_lounge_off = new Image(); Press_lounge_off.src = "/Static/images/hr_HR/Site/Press_lounge.gif"; Press_lounge_on = new Image(); Press_lounge_on.src = "/Static/images/hr_HR/Site/Press_lounge_on.gif"; Getintouch_with_us_off = new Image(); Getintouch_with_us_off.src = "/Static/images/hr_HR/Site/Getintouch_with_us.gif"; Getintouch_with_us_on = new Image(); Getintouch_with_us_on.src = "/Static/images/hr_HR/Site/Getintouch_with_us_on.gif"; } var loaded=0; LoadImagePreload();