function popup(win,w,h,src){
   var hw = "height=" + h + ",width=" + w;
   var pop = window.open(src, win, hw );
}

