var rc = new Array(0,0);
function showDialog(taxlevelid)
{
rc = window.showModalDialog("TaxDialog.aspx?lid=" + taxlevelid ,"","center:yes;dialogHeight:300px;dialogWidth:575px;resizable:no;status:yes;");
if(rc[0] != null)
{
//
var sl = document.getElementById("dropDownListState");
for(i=0;i
|