function openWin(spot,date,cb) 
   { 
w=window.open("","W","width=400,height=400");
w.document.write("<head><title>M[</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-tokyo.com/wedding/cake_bouquet_img/"+spot+"/"+date+cb+".jpg></td></tr></table></body>");

w.document.close()
}