/* Compressed by Mojenoo.Com Engine. http://www.mojenoo.com */ 
function ChangeLocation(){MainLand=document.getElementById("_chbLocation_3")
if(MainLand.value!="Main Land"){MainLand=document.getElementById("_chbLocation_4")}
if(MainLand.checked==true){document.getElementById("_dropState").style.display="inline"
document.getElementById("_txtLocation").style.display="none"
document.getElementById("_txtLocation").value="-"}else{document.getElementById("_dropState").style.display="none"
document.getElementById("_txtLocation").style.display="inline"
if(document.getElementById("_txtLocation").value=="-"){document.getElementById("_txtLocation").value=""}}}
