if (window.navigator.appName == 'Lotus Notes') {
//Notes Client - dont put anything in here
} else {
//web client
if (xbutton == 'download') {
//alert("download was pressed");
parent.top.location.href= document.forms[0].dbURL.value + "/Download?OpenAgent&pdoc=" + document.forms[0].ur_ParentDocumentID.value
}
//reset global variable
xbutton = "Done";
}