
/* window open */
function windowopen(URL,Name,features){
	window.open(URL,Name,features);
}

function opengallery() {
	windowopen('/gallery/','gallery','width=980,height=610,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=yes');
}

function opengraduation() {
	windowopen('/exhibition/60th_graduation.html','graduation','width=800,height=600,scrollbars=yes,resizable=yes,toolbar=yes,directories=yes,location=yes,menubar=yes,status=yes');
}