
var team = new makeArray 
("images/pf_hb_saeulen1_c.jpg"
,"images/pf_hb_saeulen2_c.jpg"
,"images/pf_hb_saeulen4_c.jpg"
,"images/pf_hb_schere2_c.jpg"
,"images/pf_hb_schere_c_030SDE.jpg"
,"images/pf_hb_schere_s_ras30.jpg"
,"images/pf_hb_schere_s_ras36.jpg"
,"images/pf_hb_schere_s_ras42.jpg"
,"images/pf_hb_slift_pl25.jpg"
,"images/pf_hb_stempel4_c.jpg"
,"images/pf_hbp_ste1_sli_solist.jpg"
,"images/pf_hbp_ste2_sli_duett-repaufname.jpg"
,"images/prod hbsa consul 2-32.jpg"
,"images/pf_hbp_ste4_sli_quartett.jpg"
,"images/pf_hb_mob_fin_fhb3000ss.jpg"
,"images/pf_hb_mob finkbeiner fhb 3000-kl.jpg"
,"images/pf_hb_schere_herkules_lift_mobil.jpg"
,"images/pf_hb_saeulen4_caravan_c.jpg"
,"images/pf_hb_saeulen2_consul_235_M_EL.jpg"
,"images/pf_hb_mob finkbeiner fhb 3000-kl.jpg"
,"images/pf_hb_saeulen4_s.jpg"
,"images/prod hbsa consul 2-40 el multi xl.jpg"
,"images/prod hbsa consul h400.jpg"
,"images/prod hbsa consul 4-40.jpg"
,"images/prod_hbp_sch_consul_kh025.jpg"
,"images/prod_hbp_sch_consul_035sn.jpg"
)

/***********************************
Bildershow als Hoverefekt uber Link
************************************/
function makeArray() {
        this.length = makeArray.arguments.length
        for (var i = 0; i < this.length; i++) this[i+1] = makeArray.arguments[i]
}
function display(m) {
        document.car.src = team[m];
}       


/*********************************************************
Scriptname: JS error blocker
Browser: MSIE(4x-5x) , NS(4x)
**********************************************************/

function stoperror(){ 
return true 
} 
window.onerror=stoperror 


