Miguel Vasquez Casting Director

About Me

asdsadsadsvar frm, HideCityList = false, UseCityIds = false, AllowAllCities = true, DefaultCountry = "";
function UpdateForm(obj)
{
frm = obj.form;
if (typeof (frm["lType"]) !== "undefined")
frm.lType[0].checked = true;
if (frm.c)
frm.c.selectedIndex = 0;
}

function LocationListChange(obj)
{
frm = obj.form;
var cityList = "";
if (obj.selectedIndex == -1)
obj.selectedIndex = 0;
var hasStates = (obj.selectedIndex >= 0 && (obj[obj.selectedIndex].getAttribute("hasStates") || "").toLowerCase() == "true") || false;

if (obj.name.toLowerCase().Contains("country"))
{
if (document.getElementById("USAList"))
document.getElementById("USAList").style.display = "none";
if (document.getElementById("CanadaList"))
document.getElementById("CanadaList").style.display = "none";
if (document.getElementById("AustraliaList"))
document.getElementById("AustraliaList").style.display = "none";
}