<!-- Registration Page -->
function blank(){
if (document.form1.ec_identity.value=="If others specify here"){
document.form1.ec_identity.value=""
}
}
function blank2(){
if (document.form1.i_partner.value=="If others specify here"){
document.form1.i_partner.value=""
}
}
function blank3(){
if (document.form1.religion.value=="If others specify here"){
document.form1.religion.value=""
}
}
function blank4(){
if (document.form1.profession.value=="If others specify here"){
document.form1.profession.value=""
}
}