function newWin(img,w,h) { 
win1=window.open("","win","width="+w+",height="+h);
}
