<!--//
function popupwin(which,wd,ht) {
file = "" + which;
newWin = window.open(file,"NewWin",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,width='+wd+',height='+ht+',resizable=1');
newWin.creator = self
}
//-->