function launchPhoto(thefile, width,height) {
	// width = 580;
	// height=450;
	
	// window.open("http://blueangels.wiredmonk.org/"+thefile);
	window.open("http://blueangels.wiredmonk.org/"+thefile+"?winwidth="+width+"&winheight="+height,name,"menubar=0,location=0,resizable,toolbar=0,personalbar=0,status=0,scrollbars=1,height="+height+",width="+width+" ,left=80,top=20")
}
