// JavaScript Document

function toggle1(id) {
document.getElementById(id).style.border="2px solid #7a9d02";
}

function toggle2(id) {
document.getElementById(id).style.border="2px solid #000";
}


function cleanme() {
		Element.hide('emailFailure');
		Element.hide('emailSuccess');
		Element.hide('loadBar');
		Element.show('contactFormArea');
		Form.reset("cForm");
        document.getElementById('posText').innerHTML = "Hello,\n\nTell us about YOUR PROJECT, How to CONTACT YOU and if possible a little about your BUDGET.\n\nWhy? Because it helps us respond fast and accurately.\n\nMany thanks,\n\n\nMorango";
}
