// JavaScript Document



	<!--
ValidatorText1 									= 'Fout! Veld ';
ValidatorText2 									= ' met de waarde ';
ValidatorText3 									= ' is geen geldige ';
ValidatorObjects								= new Array('zipCode', 'Currency', 'Time', 'emailAddress', 'phoneNumber', 'phoneNumberInternational', 'ipAddress', 'Date', 'State', 'SSN');
ValidatorObjects['zipCode']						= 'Postcode';
ValidatorObjects['Currency']					= 'Bedrag';
ValidatorObjects['Time']						= 'Tijd';
ValidatorObjects['emailAddress']				= 'E-mail adres';
ValidatorObjects['phoneNumber']					= 'Telefoonnummer';
ValidatorObjects['phoneNumberInternational']	= 'Internationaal telefoonnummer';
ValidatorObjects['ipAddress']					= 'IP adres';
ValidatorObjects['Date']						= 'Datum';
ValidatorObjects['State']						= 'Provincie (US)';
ValidatorObjects['SSN']							= 'Social Security Number (US)';

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_goToURL(frame,url) { //v3.0
  // var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  // alert('Jaja');
  // for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
  parent.frames['mainFrame'].location = WWWRoot + url;
}

function MM_callJS(jsStr) { //v2.0
  	return eval(jsStr)
}

function PPE_delete( name ) { //v2.0
	if (window.confirm( "Wilt u dit record echt verwijderen ?" )) {
    	name.submit();
		}
  	else 
    	return;
}  

function PPE_MyFormSubmit( action ) {
	document.MyForm.action.value = action ;
	document.MyForm.submit();
}


