function opengold(which) {window.open (which, "newwin", "resizable, width=500, height=500, status, top=50, left=100")}
function openwin(which) {window.open (which, "newwin", "scrollbars=1, resizable, width=800, height=650, status, top=50, left=100")}
function openmail(which) {window.open (which, "newwin1", "resizable, width=550, height=650, status, top=50, left=100")}
function open_uni(which,wid,hei) {window.open (which, "newwin1", "resizable, width="+wid+", height="+hei+", status, top=50, left=100")}
