function surfto(form) {
        var myindex=form.select1.selectedIndex
        if (form.select1.options[myindex].value != "0") {
       	 location=form.select1.options[myindex].value;}
}




function Katalog(Seite){
	BildFenster=window.open( Seite, "Bildfenster", 	"width=630,height=500,locationbar=no,scrollbars=yes,menubar=no,resizable=no");
	BildFenster.focus();
	}

function newsfoto(Seite){
	BildFenster=window.open( Seite, "Bildfenster", "width=800,height=632,locationbar=no,scrollbars=no,menubar=no,resizable=no");
	BildFenster.focus();
	}


function Referenzfotos(Seite){
	BildFenster=window.open( Seite, "Bildfenster", "width=800,height=533,locationbar=no,scrollbars=no,menubar=no,resizable=no");
	BildFenster.focus();
	}
	
function ReferenzfotosB(Seite){
	BildFenster=window.open( Seite, "Bildfenster", "width=450,height=600,locationbar=no,scrollbars=no,menubar=no,resizable=no");
	BildFenster.focus();
	}




var speed=2000;
var pos=0;


var fotosa=new Array('grafiken/hp_tech-gummiwaren_1.jpg',
        'grafiken/hp_tech-gummiwaren_2.jpg',
	'grafiken/hp_tech-gummiwaren_3.jpg');

function doita () {

// Diashow-Script von Thomas Salvador, http://www.brauchbar.de
// Freeware. Nutzung erlaubt, solange diese Copyrightmeldung
// unveraendert erhalten bleibt.

if (!(document.images)) {return;}

 document.diabild.src=fotosa[pos++];

 if (pos == fotosa.length) { pos = 0; }
 setTimeout("doita();",speed);
}



var fotosb=new Array('grafiken/tb_foerderbaender_1.jpg',
           'grafiken/tb_foerderbaender_2.jpg',
           'grafiken/tb_foerderbaender_3.jpg',
           'grafiken/tb_foerderbaender_4.jpg',
		   'grafiken/tb_foerderbaender_5.jpg');

function doitb () {

// Diashow-Script von Thomas Salvador, http://www.brauchbar.de
// Freeware. Nutzung erlaubt, solange diese Copyrightmeldung
// unveraendert erhalten bleibt.

if (!(document.images)) {return;}

 document.diabild.src=fotosb[pos++];

 if (pos == fotosb.length) { pos = 0; }
 setTimeout("doitb();",speed);
}



var fotosc=new Array('grafiken/tb_foerderelemente_1.jpg',
           	'grafiken/tb_foerderelemente_2.jpg',
		   'grafiken/tb_foerderelemente_3.jpg');

function doitc () {

// Diashow-Script von Thomas Salvador, http://www.brauchbar.de
// Freeware. Nutzung erlaubt, solange diese Copyrightmeldung
// unveraendert erhalten bleibt.

if (!(document.images)) {return;}

 document.diabild.src=fotosc[pos++];

 if (pos == fotosc.length) { pos = 0; }
 setTimeout("doitc();",speed);
}




var fotosd=new Array('grafiken/tb_conticlean_1.jpg',
           	'grafiken/tb_conticlean_2.jpg',
		   'grafiken/tb_conticlean_3.jpg');

function doitd () {

// Diashow-Script von Thomas Salvador, http://www.brauchbar.de
// Freeware. Nutzung erlaubt, solange diese Copyrightmeldung
// unveraendert erhalten bleibt.

if (!(document.images)) {return;}

 document.diabild.src=fotosd[pos++];

 if (pos == fotosd.length) { pos = 0; }
 setTimeout("doitd();",speed);
}




var fotose=new Array('grafiken/tb_verschleissschutz_1.jpg',
           	'grafiken/tb_verschleissschutz_2.jpg',
		   'grafiken/tb_verschleissschutz_3.jpg');

function doite () {

// Diashow-Script von Thomas Salvador, http://www.brauchbar.de
// Freeware. Nutzung erlaubt, solange diese Copyrightmeldung
// unveraendert erhalten bleibt.

if (!(document.images)) {return;}

 document.diabild.src=fotose[pos++];

 if (pos == fotose.length) { pos = 0; }
 setTimeout("doite();",speed);
}




var fotosf=new Array('grafiken/hp_schlaeuche1.jpg',
           	'grafiken/hp_schlaeuche2.jpg');

function doitf () {

// Diashow-Script von Thomas Salvador, http://www.brauchbar.de
// Freeware. Nutzung erlaubt, solange diese Copyrightmeldung
// unveraendert erhalten bleibt.

if (!(document.images)) {return;}

 document.diabild.src=fotosf[pos++];

 if (pos == fotosf.length) { pos = 0; }
 setTimeout("doitf();",speed);
}




var fotosg=new Array('grafiken/hp_kunststoffe_1.jpg',
           	'grafiken/hp_kunststoffe_2.jpg',
			'grafiken/hp_kunststoffe_3.jpg');

function doitg () {

// Diashow-Script von Thomas Salvador, http://www.brauchbar.de
// Freeware. Nutzung erlaubt, solange diese Copyrightmeldung
// unveraendert erhalten bleibt.

if (!(document.images)) {return;}

 document.diabild.src=fotosg[pos++];

 if (pos == fotosg.length) { pos = 0; }
 setTimeout("doitg();",speed);
}