function new_code()
{
strTyp1 =  document.forms[0].nl_var1.value
strTyp2 =  document.forms[0].nl_var2.value
strTyp3 =  document.forms[0].nl_var3.value
strUnternehmen =  document.forms[0].unternehmen.value
strAnrede = document.forms[0].geschlecht.value
strNachname = document.forms[0].nachname.value
strVorname = document.forms[0].vorname.value
strStrasse = document.forms[0].strasse.value
strPLZ = document.forms[0].plz.value
strOrt = document.forms[0].ort.value
strEmail = document.forms[0].email.value
strTel = document.forms[0].tel.value
strFax = document.forms[0].fax.value
strkommentar = document.forms[0].kommentar.value
document.location.href= "/recruitingnews/bestellen/?unternehmen=" + strUnternehmen +"&geschlecht="+ strAnrede +"&nachname="+ strNachname+"&vorname="+ strVorname+"&strasse="+ strStrasse+"&plz="+ strPLZ+"&ort="+ strOrt+"&email="+ strEmail+"&tel="+ strTel+"&fax="+ strFax+"&kommentar="+ strkommentar+"&nl_var1="+ strTyp1+"&nl_var2="+ strTyp2+"&nl_var3="+ strTyp3
}

function new_code2()
{
strUnternehmen =  document.forms[0].unternehmen.value
strNachname = document.forms[0].nachname.value
strVorname = document.forms[0].vorname.value
strEmail = document.forms[0].email.value
strkommentar = document.forms[0].kommentar.value
document.location.href= "/recruitingnews/abbestellen/?unternehmen=" + strUnternehmen +"&nachname="+ strNachname+"&vorname="+ strVorname+"&email="+ strEmail+"&kommentar="+ strkommentar
}
