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