Contact

To book a course or to get more information please fill the form below:
function CheckMultiple16(frm, name) {
for (var i=0; i < frm.length; i++)
{
fldObj = frm.elements[i];
fldId = fldObj.id;
if (fldId) {
var fieldnamecheck=fldObj.id.indexOf(name);
if (fieldnamecheck != -1) {
if (fldObj.checked) {
return true;
}
}
}
}
return false;
}
function CheckForm16(f) {
if (f.email.value == "") {
alert("Please enter your email address.");
f.email.focus();
return false;
}
var fname = "CustomFields_4_16";
var fld = document.getElementById(fname);
if (fld.value == "") {
alert("Please enter a value for field Name");
fld.focus();
return false;
}
var fname = "CustomFields_21_16";
var fld = document.getElementById(fname);
if (fld.value == "") {
alert("Please enter a value for field Surname");
fld.focus();
return false;
}
var fname = "CustomFields_6_16";
var fld = document.getElementById(fname);
if (fld.value == "") {
alert("Please enter a value for field Nationality");
fld.focus();
return false;
}
return true;
};
Alternatively, you can contact Olga Asimi at:
cyprusadmin@malvernhouse.com
Tel: +44 207 440 1780
Fax: +44 207 440 1796
Please note that there is limited availability, and we encourage early bookings if you do not want to miss out on this exciting programme.