function img(url,w,h){
					window.name="subWin";
					newwindow = open(url,"newwin","width="+w+",height="+h+",scrollbars=no,menubar=no");
					}