var AjaxServerPageName;
AjaxServerPageName = "AjaxServer.aspx";

//function addOption(selectbox,text,value)
//{
//var optn = document.createElement("option");
//optn.text = text;
//optn.value = value;
//selectbox.options.add(optn);
//}


//function add_state(selectbox)
//{
//    addOption(document.Form1.stateList,"---Select---","---Select---");
//}

//function add_location(selectbox)
//{
//    addOption(document.Form1.locationlist,"---Select---","---Select---");
//}


