
/* crystal chapel.html */
function crystalOn1(){
if(document.images){
document.crystal.src="../img/wedding/chapel/chapel_photo_l_01.jpg";
}
}

function crystalOn2(){
if(document.images){
document.crystal.src="../img/wedding/chapel/chapel_photo_l_02.jpg";
}
}

function crystalOn3(){
if(document.images){
document.crystal.src="../img/wedding/chapel/chapel_photo_l_03.jpg";
}
}

/* holy chapel.html */
function holyOn1(){
if(document.images){
document.holy.src="../img/wedding/chapel/holy_photo_l_01.jpg";
}
}

function holyOn2(){
if(document.images){
document.holy.src="../img/wedding/chapel/holy_photo_l_02.jpg";
}
}

function holyOn3(){
if(document.images){
document.holy.src="../img/wedding/chapel/holy_photo_l_03.jpg";
}
}

/* bridesroom.html */
function bridesroomOn1(){
if(document.images){
document.bridesroom.src="../img/wedding/bridesroom/brides_photo_l_01.jpg";
}
}

function bridesroomOn2(){
if(document.images){
document.bridesroom.src="../img/wedding/bridesroom/brides_photo_l_02.jpg";
}
}

function bridesroomOn3(){
if(document.images){
document.bridesroom.src="../img/wedding/bridesroom/brides_photo_l_03.jpg";
}
}

/* celsiana wedding/index.html */
function celsianaOn1(){
if(document.images){
document.celsiana.src="../img/wedding/banquet/celsiana_photo_l_01.jpg";
}
}

function celsianaOn2(){
if(document.images){
document.celsiana.src="../img/wedding/banquet/celsiana_photo_l_02.jpg";
}
}

function celsianaOn3(){
if(document.images){
document.celsiana.src="../img/wedding/banquet/celsiana_photo_l_03.jpg";
}
}

/* fidelio wedding/index.html */
function fidelioOn1(){
if(document.images){
document.fidelio.src="../img/wedding/banquet/fidelio_photo_l_01.jpg";
}
}

function fidelioOn2(){
if(document.images){
document.fidelio.src="../img/wedding/banquet/fidelio_photo_l_02.jpg";
}
}

function fidelioOn3(){
if(document.images){
document.fidelio.src="../img/wedding/banquet/fidelio_photo_l_03.jpg";
}
}

/* roseroom wedding/index.html */
function roseroomOn1(){
if(document.images){
document.roseroom.src="../img/wedding/banquet/roseroom_photo_l_01.jpg";
}
}

function roseroomOn2(){
if(document.images){
document.roseroom.src="../img/wedding/banquet/roseroom_photo_l_02.jpg";
}
}

function roseroomOn3(){
if(document.images){
document.roseroom.src="../img/wedding/banquet/roseroom_photo_l_03.jpg";
}
}

/* kosai wedding/index.html */
function kosaiOn1(){
if(document.images){
document.kosai.src="../img/wedding/banquet/kosai_photo_l_01.jpg";
}
}

function kosaiOn2(){
if(document.images){
document.kosai.src="../img/wedding/banquet/kosai_photo_l_02.jpg";
}
}

function kosaiOn3(){
if(document.images){
document.kosai.src="../img/wedding/banquet/kosai_photo_l_03.jpg";
}
}


