/*Weddingポップアップ用スクリプト*/
function OpenWin1(){
	win=window.open("popup/01.html","w1","width=485,height=600");
}
function OpenWin2(){
	win=window.open("popup/02.html","w2","width=,height=");
}
function OpenWin3(){
	win=window.open("popup/03.html","w3","width=,height=");
}
function OpenWin4(){
	win=window.open("popup/04.html","w4","width=740,height=600");
}
function OpenWin5(){
	win=window.open("popup/05.html","w5","width=,height=");
}
