function openWin(spot,date,cb)    { w=window.open("","W","width=400,height=400");w.document.write("<head><title>ギャラリー</title></head><link href=index.css rel=styleSheet type=text/css></head>");w.document.write("<body bgcolor=white background=http://www.evc.co.jp/wedding/cake_bouquet_img/wall.gif><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/cake_bouquet_img/"+spot+"/"+date+cb+".jpg></td></tr></table></body>");w.document.close()}//新挙式スタイルvar imgs_on              =       new Array(13);var imgs_out             =       new Array(13);for (h=1;h<13;h++){      imgs_on[h]       =       new Image();      imgs_out[h]      =       new Image();      imgs_on[h].src   =       "original_img/style_"+h+"_on.gif";      imgs_out[h].src  =       "original_img/style_"+h+"_off.gif";}function Imgs_chg(h){document.images["st"+h].src =       imgs_on[h].src;}function Imgs_back(h){document.images["st"+h].src =       imgs_out[h].src;}
