/* Credits: Perry Gibson, AwareNautics LLC, http://www.awarenautics.com/ */
var popup    = new Object(); popup.closed = true; function openPopup(file,width,height) { if (!popup.closed) popup.close(); popup = window.open(file, 'wName', 'width=' + width + ',height=' + height + ',resizable');} var filename = null; function GetIt(fname) {	 filename = fname; if (document.images && filename != '') { openPopup('resize.htm',0,0);}} function Get2It(fname) {	 filename = "" + fname + ""; if (document.images && filename != '') { openPopup('resize.htm',0,0);}}
