function openlarge(filename,w,h){
	window.open('/weddingbanquet/photos/image.html',''+filename+'','width='+w+',height='+h+'');
}