// 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=no,resizable=no,left=40,top=40,width="+w+",height="+h);

}