
	
	function checkNwlSubsciption() {
		var qvfmail = document.getElementById("qvidemail").value;
		if ((qvfmail == '') || (qvfmail.match(/^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/) == null)) {
			document.getElementById("qveadr").innerHTML="Fehler!";
		} else {
			var rval="1";
			if(document.getElementById("qvidsaltutation2").checked) {rval="2";}
			var astr="http://www.quvion-nls.de/k72/php/subscribe.php?saltutation="+rval+"&firstname="+escape(document.getElementById("qvidfirstname").value)+"&email="+escape(document.getElementById("qvidemail").value)+"&lastname="+escape(document.getElementById("qvidlastname").value)+"&company="+escape(document.getElementById("qvidcompany").value);
			document.getElementById("qvidconent").innerHTML='<table align="center"><tr><td class="contentpane_infotext">Einen Moment bitte...<br>Die Daten werden &uuml;bertragen.</td></tr></table>';
			window.location.href = astr;
		}
	}
	
	function qvClearFields() {
		document.getElementById("qvidsaltutation2").checked=true;
		document.getElementById("qvidfirstname").value="";
		document.getElementById("qvidlastname").value="";
		document.getElementById("qvidemail").value="";
		document.getElementById("qvidcompany").value="";
		document.getElementById("qveadr").innerHTML="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
	}
	
	function showQvSubscriptionForm() {
		document.write('<link rel="stylesheet" href="http://www.quvion-nls.de/k72/css/screen.css" media="screen,projection" type="text/css" />');
		document.write('<script type="text/javascript" src="http://www.quvion-nls.de/k72/scripts/prototype.js"></script>'); 
		document.write('<script type="text/javascript" src="http://www.quvion-nls.de/k72/scripts/lightbox.js"></script>'); 
		
		document.write('<div id="lightbox1" class="leightbox">');
		document.write('<table cellpadding="0" cellspacing="0">');
		document.write('<tr><td class="QVMM_CF_NormalText" id="qvidconent">');
		// document.write('<form id="idqvsubscribeForm" name="qvsubscribeForm" action="./subscribe.html" method="post">');			
		document.write('<font class="QVMM_CF_Text">Hier k&ouml;nnen Sie sich f&uuml;r unseren kostenlosen E-Mail-Newsletter registrieren. F&uuml;r die Registrierung ist ausschlie&szlig;lich Ihre E-Mail Adresse erforderlich. Alle anderen Angaben sind freiwillig und werden genutzt, um den Newsletter zu personalisieren. Ihre Daten werden nicht an Dritte weitergegeben. In jedem Newsletter haben Sie die M&ouml;glichkeit, Ihr Abonnement zu k&uuml;ndigen.</font>');
		document.write('<table border="0">');
		document.write('<tr><td colspan="3" height="10"></td></tr>');
		document.write('<tr><td class="QVMM_CF_NormalText" width="140">Anrede</td><td width="270" class="QVMM_CF_NormalText"><table border="0" cellspacing="0" cellpadding="0"><tr><td class="QVMM_CF_NormalText">Frau <input type="radio" id="qvidsaltutation2" checked name="saltutation" value="2"></td><td class="QVMM_CF_NormalText" width="20"></td><td class="QVMM_CF_NormalText">Herr <input type="radio" id="qvidsaltutation1" name="saltutation" value="1"></td></tr></table></td><td></td></tr>');
		document.write('<tr><td class="QVMM_CF_NormalText">Vorname</td><td><input id="qvidfirstname" type="text" style="width:270px" class="QVMM_CF_Text" name="qvfirstname" /></td><td></td></tr>');
		document.write('<tr><td class="QVMM_CF_NormalText">Nachname</td><td><input id="qvidlastname" type="text" style="width:270px" class="QVMM_CF_Text" name="qvlastname" /></td><td></td></tr>');
		document.write('<tr><td class="QVMM_CF_NormalText">E-Mail Adresse</td><td><input id="qvidemail" type="text" style="width:270px" class="QVMM_CF_Text" name="qvemail" /></td><td id="qveadr" class="QVMM_CF_Text_Error">&nbsp;&nbsp;</td></tr>');
		document.write('<tr><td class="QVMM_CF_NormalText">Unternehmen</td><td><input id="qvidcompany" type="text" style="width:270px" class="QVMM_CF_Text" name="qvcompany" /></td><td></td></tr>');
		document.write('<tr><td align="right" colspan="2"><a href="#" class="lbAction" rel="deactivate"><img src="http://www.quvion-nls.de/k72/img/back.jpg" alt="" width="67" height="23" border="0"></a> <a href="#" class="lbAction" rel="resetform"><img src="http://www.quvion-nls.de/k72/img/reset.jpg" alt="" width="105" border="0" height="23" /></a>&nbsp;&nbsp;&nbsp;<a href="#" class="lbAction" rel="sendform"><img src="http://www.quvion-nls.de/k72/img/save.jpg" alt="" width="77" border="0" height="23" /></a></td><td></td></tr>');
		document.write('</table>');
		// document.write('</form>');
		document.write('</td></tr></table>');
		document.write('</div>');
	}


	document.write('<script type="text/javascript">showQvSubscriptionForm();</script>');
	

