<!-- //Begin
function flasher(name,width,height,wmode,bgcolor,id,align) {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+width+'" HEIGHT="'+height+'" id="'+id+'" ALIGN="'+align+'">');
	document.write('	 <PARAM NAME=movie VALUE="'+name+'">');
	document.write('	 <PARAM NAME=quality VALUE=high>');
	document.write('	 <PARAM NAME=scale VALUE=noborder>');
	document.write('	 <PARAM NAME=salign VALUE=LT>');
	document.write('	 <PARAM NAME=wmode VALUE='+wmode+'>');
	document.write('	 <PARAM NAME=bgcolor VALUE='+bgcolor+'>');
	document.write('	 <EMBED src="'+name+'" quality=high scale=noborder salign=LT wmode='+wmode+' bgcolor='+bgcolor+'  WIDTH="'+width+'" HEIGHT="'+height+'" NAME="'+name+'" ALIGN="'+align+'" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</OBJECT>');
}


function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}


function chkFormular() {
  if ((document.Formular.q1_1.checked == false) && (document.Formular.q1_2.value == "")) {
    alert("Bitte beantworten Sie Frage 1!");
    document.Formular.q1_1.focus();
    return false;
  }
  
  if ((document.Formular.q2_1.checked == false) && (document.Formular.q2_2.checked == false) && (document.Formular.q2_3.checked == false) && (document.Formular.q2_4.value == '')) {
    alert("Bitte beantworten Sie Frage 2!");
    document.Formular.q2_1.focus();
    return false;
  }
  
  if ((document.Formular.q3_1.checked == false) && (document.Formular.q3_2.checked == false) && (document.Formular.q3_3.checked == false) && (document.Formular.q3_4.value == "")) {
    alert("Bitte beantworten Sie Frage 3!");
    document.Formular.q3_1.focus();
    return false;
  }
  
  if (document.Formular.q4_1.value == "") {
    alert("Bitte geben Sie Ihren Namen ein!");
    document.Formular.q4_1.focus();
    return false;
  }
  
  if (document.Formular.q4_2.value == "") {
    alert("Bitte geben Sie Ihre Email-Adresse ein!");
    document.Formular.q4_2.focus();
    return false;
  }
  
  if (document.Formular.q4_2.value.indexOf("@") == -1) {
    alert("Bitte geben Sie eine gültige E-Mail-Adresse!");
    document.Formular.q4_2.focus();
    return false;
  }
  
  if (document.Formular.q4_3.checked == false) {
    alert("Um am Gewinnspiel teilnehmen zu können, müssen Sie die Teilnahmebedingungen akzeptieren!");
    document.Formular.q4_3.focus();
    return false;
  }
}
	

//  End -->