function Pop(url,wid,hgt,scl,res){var dim="width="+wid+",height="+hgt+",scrollbars="+scl+",resizable="+res;  pop = open(url, "popwin", dim);}