function openwin(url) {
	window.open(url, 'photo',"toolbar=no,location=no,menubar=no,scrollbars=no,width=570,height=610,status=no,top=200,left=400");
}
function openwin2(url) {
	window.open(url, 'photo',"toolbar=no,location=no,menubar=no,scrollbars=yes,width=570,height=710,status=no,top=50,left=100");
}