//
function openWin()
{
	window.open("kawagoe_map.htm","Sample","width=650,height=580");
}
//
//
function photoOpen(surl){
        window.open(surl,"","width=555,height=545,toolber=no,directories=no,menubar=no,scrollbars=yes,resizable=yes");
      }
//
