function write(wintype) {
SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=yes,menubar=no,width=410,height=300"); SmallWin.window.focus() }


function PopImage(wintype) {
SmallWin=window.open(wintype,"SmallWin","resizable=yes,addressbar=yes,toolbar=yes,directories=yes,status=yes,scrollbars=yes,menubar=yes,width=930,height=580"); SmallWin.window.focus() }

