function winopen(){
	window.open('photo_g/index.html','photo_g','width=1000,height=720,scrollbars=no,resizable=no');
}

function winopen2(){
	window.open('../photo_g/index.html','photo_g','width=1000,height=720,scrollbars=no,resizable=no');
}

