function Weiter() {
txtLink='http://www.plusvalue.de/kunden/ace-europe/www/web/popup.php?wert=&nr=23534';
window.open(txtLink,'neu','width=260,height=330,menubar=0,status=0,toolbar=0');
}
function grFenster(Adresse){
window.open(Adresse,'info','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=500,top=50,left=100'); 
return false;
}
function gotoPurchase(){
if (validateConfirm()){
document.mform.action = "https://www.acesecure.co.uk/partners/ACE_DE/Purchase/01_policy_holder.asp";
document.mform.submit();
}
}

function validateConfirm(){
if (document.mform.agree.checked==false){
document.mform.agree.focus(); 
alert("Bitte bestätigen Sie, dass Sie die Bedingungen und Vertragsinhalte gelesen und verstanden haben.");
return false;
}
return true;
}