// JavaScript Document
function gallery1(){
	window.moveTo(0,0);
	window.open('casual/index.html', 'gallery', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0');
}

function gallery2(){
	window.moveTo(0,0);
	window.open('753/index.html', 'gallery', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0');
}

function gallery3(){
	window.moveTo(0,0);
	window.open('bridal/index.html', 'gallery', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0');
}

function gallery4(){
	window.moveTo(0,0);
	window.open('seijin/index.html', 'gallery', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0');
}

function gallery5(){
	window.moveTo(0,0);
	window.open('omiyamairi/index.html', 'gallery', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0');
}

function gallery6(){
	window.moveTo(0,0);
	window.open('other/index.html', 'gallery', 'toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0');
}

function setScreenSize(){
	window.resizeTo(window.screen.availWidth, window.screen.availHeight);
}
