//   new win.skin
function win(theURL,theWidth,theHeight) {window.open(theURL,'',
'menubar=0,status=0,scrollbars=1,toolbar=0,resizable=0,left=80,top=50,width='+theWidth+',height='+theHeight+'');event.returnValue=false;}