// Java Document

function DRN_LinkPopup(sysID, mode) {
    	window.open("http://w2.dr-eagleeyes.com/Library/code/commentAdd.php?mode=" + mode + "&sysID=" + sysID,"AddAComment", "resizable=1,scrollbars=1,width=350,height=450");
}
