\n'); } //--> function OnReply(returnValues) { if(returnValues == "0") { document.location.href="LoginForFlash.aspx"; return; } if(returnValues == "1") { document.location.href="LoginForFlash.aspx?newCampaign=1"; return; } alert(returnValues); } function OnReplyAgency(returnValues) { if(returnValues == "0") { document.location.href='http://www.trackmyroi.com/Agency/LoginForFlash.aspx'; return; } alert(returnValues); } var newWindow = null; function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow = window.open(URLtoOpen, windowName, windowFeatures); }