function subwin(file,width,height){
			window.open("" +file+"","photo","width="+width+",height="+height+",scrollbars=no");
}
