//ヘッダーナビvar img_on              =       new Array(16);var img_out             =       new Array(16);for (h=1;h<16;h++){      img_on[h]       =       new Image();      img_out[h]      =       new Image();      img_on[h].src   =       "http://www.evc.co.jp/wedding/img/head_"+h+"_on.gif";      img_out[h].src  =       "http://www.evc.co.jp/wedding/img/head_"+h+"_off.gif";}function Img_chg(h){document.images["f"+h].src =       img_on[h].src;}function Img_back(h){document.images["f"+h].src =       img_out[h].src;}//目的別ボタンvar imgb_on              =       new Array(5);var imgb_out             =       new Array(5);for (h=1;h<6;h++){      imgb_on[h]       =       new Image();      imgb_out[h]      =       new Image();      imgb_on[h].src   =       "http://www.evc.co.jp/wedding/original_img/plan_"+h+"_on.gif";      imgb_out[h].src  =       "http://www.evc.co.jp/wedding/original_img/plan_"+h+"_off.gif";}function Imgb_chg(p,h){document.images[p+"_"+h].src =       imgb_on[h].src;}function Imgb_back(p,h){document.images[p+"_"+h].src =       imgb_out[h].src;}//目的別ニュータブvar imgt_on              =       new Array(4);var imgt_out             =       new Array(4);for (h=1;h<5;h++){      imgt_on[h]       =       new Image();      imgt_out[h]      =       new Image();      imgt_on[h].src   =       "http://www.evc.co.jp/wedding/original_img/tab_"+h+"_on.gif";      imgt_out[h].src  =       "http://www.evc.co.jp/wedding/original_img/tab_"+h+"_off.gif";}function Imgt_chg(h){document.images["t_"+h].src =       imgt_on[h].src;}function Imgt_back(h){document.images["t_"+h].src =       imgt_out[h].src;}//モデルコース　オープン窓function openModel(church){thewindow = window.open('http://www.evc.co.jp/wedding/original-'+church+'.html', church, config='height=650,width=650,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,directories=no,status=yes');}function openPlan(spot){thewindow = window.open('http://www.evc.co.jp/wedding/originalplan_info/'+spot+'_1.html', spot, config='height=650,width=650,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,directories=no,status=yes');}function openIPhoto(italy){thewindow = window.open('http://www.evc.co.jp/wedding/italy/'+italy+'_photo.html', italy, config='height=520,width=520,left=200,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,directories=no,status=yes');}//その他のオープン窓function Open_mado(url)	{if(url=='http://www.evc.co.jp/wedding/evc_map'){H="400", W="650";}if(url=='http://www.evc.co.jp/wedding/news_tepapa'){H="650", W="650";}if(url=='http://www.evc.co.jp/wedding/wpdoc/index'){H="580", W="650";}if(url=='http://www.evc.co.jp/wedding/wpdoc/index2'){H="580", W="650";}if(url=='http://www.evc.co.jp/wedding/ft_view_slide/index'){H="350", W="580";}if(url=='http://www.evc.co.jp/wedding/italia_legal'){H="650", W="550";}thewindow = window.open(url+'.html', '_blank', config='height='+H+',width='+W+',toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,directories=no,status=yes');}//親ウィンドウ操作function Pwin(page){     newpage = 'original-'+page+'.html';     window.opener["parent"].location.href   =       newpage;}//もどるfunction modoru(){history.back();}//写真拡大function openWWin(im,photo)    { w=window.open("","W","width=400,height=400");w.document.write("<head><title>ギャラリー</title></head><link href=http://www.evc.co.jp/wedding/index.css rel=styleSheet type=text/css></head>");w.document.write("<body bgcolor=white><table border=0 cellpadding=0 cellspacing=0 width=100%><tr><td align=right class=small><a href=javascript:self.close();><font size=1>Close</font></a></td></tr><tr height=370><td height=370 align=center><img src=http://www.evc.co.jp/wedding/"+im+"_img/"+photo+"_L.jpg></td></tr></table></body>");w.document.close()}