// Script Created by Dustin Poplin and Nick Huneycutt
function open_window(url,h,w) {
window.open(url,"New","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,left=20,top=20,width="+w+",height="+h);

}
