
var pictmot = new makeArray 
("images/pf_hbm_lon_smx.jpg"
,"images/pf_hbm_lon_sm4.jpg"
,"images/pf_hbm_lon_smt.jpg"
,"images/pixel.gif"
,"images/pf_hbm_cor_sm600s.jpg"
,"images/pf_hbm_her_buehne.jpg"
,"images/pf_hbm_her_kran.jpg"
,"images/pf_hbm_lon_sms4.jpg"
,"images/pf consul profi-motorradhebebuehne 01.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 dispmot(m) {
        document.car1.src = pictmot[m];
}       


/*********************************************************
Scriptname: JS error blocker
Browser: MSIE(4x-5x) , NS(4x)
**********************************************************/

function stoperror(){ 
return true 
} 
window.onerror=stoperror 



