function onTopUrlClicked(){HoundScriptGenerator.putTopURL(DWRUtil.getValue("topurl"),cbClicked)
}function onPathUrlClicked(){HoundScriptGenerator.putPathURL(DWRUtil.getValue("topurl"),DWRUtil.getValue("pathurl"),cbClicked)
}function cbClicked(A){dwr.util.setValue("pathurl",A.pathURL);
dwr.util.setValue("generatedscript",A.generatedScript,{escapeHtml:false});
dwr.util.byId("generatedscript").disabled=(A.generatedScript.length==0);
if(A.generatedScript.length==0){dwr.util.byId("step3").style.backgroundColor="#D3D3D3"
}else{dwr.util.byId("step3").style.backgroundColor=""
}dwr.util.setValue("topurlerror",A.topURLError);
if(A.topURLError.length==0){dwr.util.byId("topurlerror").style.display="none";
dwr.util.byId("pathurl").disabled=false;
dwr.util.byId("pathurlbutton").disabled=false;
dwr.util.byId("step2").style.backgroundColor=""
}else{dwr.util.byId("topurlerror").style.display="";
dwr.util.byId("pathurl").disabled=true;
dwr.util.byId("pathurlbutton").disabled=true;
dwr.util.byId("step2").style.backgroundColor="#D3D3D3"
}dwr.util.setValue("pathurlerror",A.pathURLError);
if(A.pathURLError.length==0){dwr.util.byId("pathurlerror").style.display="none"
}else{dwr.util.byId("pathurlerror").style.display=""
}};
