/* USEFUL SCRIPTS */
function fill(target, value) {if(document.getElementById(target).value == ''){document.getElementById(target).value = value; return;} else{return;}}
function MM_openBrWindow(theURL,winName,features){window.open(theURL,winName,features);}
