function myopen(){

document.getElementById('contactForm').style.display = "block";
document.getElementById('screen').style.display = "block";
}

function myclose(){

document.getElementById('contactForm').style.display = "none";
document.getElementById('screen').style.display = "none";
document.getElementById('emailDiv').innerHTML = "<form><fieldset><p>To contact us by E-mail please complete and submit the form below<\/p><p><label for\=\"name\">Your name<\/label><br \/><input type\=\"text\" id\=\"iname\" name\=\"name\" tabindex\=\"11\"\/><\/p><p><label for\=\"charity\">Organisation name<\/label><br \/><input type\=\"text\" id\=\"iorg\" name\=\"charity\" tabindex\=\"15\"\/><\/p><p><label for\=\"email\">Email address<\/label><br \/><input type\=\"text\" id\=\"iemail\" name\=\"email\" tabindex\=\"21\"\/><\/p><p><label for\=\"telephone\">Telephone<\/label><br \/><input type\=\"text\" id\=\"itel\" name\=\"telephone\" tabindex\=\"31\"\/><\/p><p><label for\=\"message\">Query or message<\/label><br \/><textarea id\=\"imessage\" name\=\"imessage\" tabindex\=\"41\"><\/textarea><\/p><p><label for\=\"where\">Where did you hear about us?<\/label><br \/><select id\=\"isource\" name\=\"where\" tabindex\=\"51\"><option selected\=\"selected\">---Please select---<\/option><option>Google advert<\/option><option>Internet search<\/option><option>Recommendation<\/option><option>Press advert<\/option><option>CFB mailing<\/option><option>Other<\/option><\/select><\/p><p><input type\=\"button\" onclick\=\"emailAHAH()\" id\=\"submit\" value\=\"SEND EMAIL\" \/><\/p><\/fieldset><\/form>";
}


function myopenX(){
document.getElementById('overTime').style.display = "block";
document.getElementById('screen').style.display = "block";
}


function mycloseX(){
document.getElementById('overTime').style.display = "none";
document.getElementById('screen').style.display = "none";
}


function myopenS(){
document.getElementById('signUp').style.display = "block";
document.getElementById('screen').style.display = "block";
}


function mycloseS(){
document.getElementById('signUp').style.display = "none";
document.getElementById('screen').style.display = "none";
document.getElementById('signUpDiv').innerHTML = "<form><fieldset><p>Keep up-to-date with interest rate changes and news<\/p><p><label for\=\"name\">Your name<\/label><br \/><input type\=\"text\" id\=\"sname\" name\=\"name\" tabindex\=\"11\"\/><\/p><p><label for\=\"charity\">Organisation name<\/label><br \/><input type\=\"text\" id\=\"sorg\" name\=\"organisation\" tabindex\=\"15\"\/><\/p><p><label for\=\"email\">Email address<\/label><br \/><input type\=\"text\" id\=\"semail\" name\=\"email\" tabindex\=\"21\"\/><\/p><p><input type\=\"button\" onclick\=\"emailAHAHS()\" id\=\"signUpA\" value\=\"SIGN UP\" \/><\/p><\/fieldset><\/form>";
}
