function popup(src,height,width){
var newWin=open(src, "newWin", 'height='+height+',width='+width);
newWin.blur();
}