<!-- 
function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}


function NeusFenster()
{
 MeinFenster =
 window.open("http://www.projektoren-datenbank.com/handler.htm", "Zweitfenster", "width=650,height=600,scrollbars");
 MeinFenster.focus();
}

function popUp1(wintype)
{
   popUp=window.open(wintype, 'fenster', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=450,height=300,left=80,top=50');  
}

        function changeCol(theRow, newCol){
		theRow.style.backgroundColor = newCol;
	}




	
function expandingWindow(website, breite, hoehe) {
window.open("http://www.projektoren-datenbank.com/emailsenden.htm", "Zweitfenster", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=722,height=390,left=250,top=250");
}
-->