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