function popScrollWin(x,w,h) {
   open(x,"media","width="+w+",height="+h+",scrollbars=1,status=0,menubar=0,toolbar=0,location=0,directories=0");
}