function newsletterEmail(thisVal){
	if(thisVal=="Your Email Address"){
		document.newsletterForm.newsletter_txtbox2.value = "";
	}
}
function newsletterEmail2(thisVal){
	if(thisVal==""){
		document.newsletterForm.newsletter_txtbox2.value = "Your Email Address";
	}
}

/* HOME */
function contactName(thisVal){
	if(thisVal=="name"){
		document.contactFrm.contact_name.value = "";
	}
}
function contactName2(thisVal){
	if(thisVal==""){
		document.contactFrm.contact_name.value = "name";
	}
}
function contactEnquiry(thisVal){
	if(thisVal=="enquiry"){
		document.contactFrm.contact_msg.value = "";
	}
}
function contactEnquiry2(thisVal){
	if(thisVal==""){
		document.contactFrm.contact_msg.value = "enquiry";
	}
}
function contactDetails(thisVal){
	if(thisVal=="project details"){
		document.contactFrm.contact_msg.value = "";
	}
}
function contactDetails2(thisVal){
	if(thisVal==""){
		document.contactFrm.contact_msg.value = "project details";
	}
}
function contactPhone(thisVal){
	if(thisVal=="telephone number"){
		document.contactFrm.contact_phone.value = "";
	}
}
function contactPhone2(thisVal){
	if(thisVal==""){
		document.contactFrm.contact_phone.value = "telephone number";
	}
}
function contactEmail(thisVal){
	if(thisVal=="email address"){
		document.contactFrm.contact_email.value = "";
	}
}
function contactEmail2(thisVal){
	if(thisVal==""){
		document.contactFrm.contact_email.value = "email address";
	}
}

/* BETA Testers */
function betaName(thisVal){
	if(thisVal=="name"){
		document.betaFrm.beta_name.value = "";
	}
}
function betaName2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_name.value = "name";
	}
}
function betaPhone(thisVal){
	if(thisVal=="telephone number"){
		document.betaFrm.beta_phone.value = "";
	}
}
function betaPhone2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_phone.value = "telephone number";
	}
}
function betaEmail(thisVal){
	if(thisVal=="email address"){
		document.betaFrm.beta_email.value = "";
	}
}
function betaEmail2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_email.value = "email address";
	}
}
function betaCity(thisVal){
	if(thisVal=="city"){
		document.betaFrm.beta_city.value = "";
	}
}
function betaCity2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_city.value = "city";
	}
}
function betaState(thisVal){
	if(thisVal=="province / state"){
		document.betaFrm.beta_state.value = "";
	}
}
function betaState2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_state.value = "province / state";
	}
}
function betaCountry(thisVal){
	if(thisVal=="country"){
		document.betaFrm.beta_country.value = "";
	}
}
function betaCountry2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_country.value = "country";
	}
}
function betaBio(thisVal){
	if(thisVal=="a little bit about yourself"){
		document.betaFrm.beta_bio.value = "";
	}
}
function betaBio2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_bio.value = "a little bit about yourself";
	}
}
function betaComputer(thisVal){
	if(thisVal=="computer model"){
		document.betaFrm.beta_computer.value = "";
	}
}
function betaComputer2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_computer.value = "computer model";
	}
}
function betaOperating(thisVal){
	if(thisVal=="computer os"){
		document.betaFrm.beta_operating.value = "";
	}
}
function betaOperating2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_operating.value = "computer os";
	}
}
function betaCell(thisVal){
	if(thisVal=="cell phone model"){
		document.betaFrm.beta_cell.value = "";
	}
}
function betaCell2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_cell.value = "cell phone model";
	}
}
function betaKnowledge(thisVal){
	if(thisVal=="computer knowledge"){
		document.betaFrm.beta_knowledge.value = "";
	}
}
function betaKnowledge2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_knowledge.value = "computer knowledge";
	}
}
function betaKnowledge3(thisVal){
	if(thisVal=="cell phone knowledge"){
		document.betaFrm.beta_knowledge2.value = "";
	}
}
function betaKnowledge32(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_knowledge2.value = "cell phone knowledge";
	}
}
function betaWhy(thisVal){
	if(thisVal=="why do you want to be a beta tester?"){
		document.betaFrm.beta_why.value = "";
	}
}
function betaWhy2(thisVal){
	if(thisVal==""){
		document.betaFrm.beta_why.value = "why do you want to be a beta tester?";
	}
}
