
var i, j, k, n;



/*@************************************************************************ */


function bro_opn(n)
{
/* alert(n);*/
	if (n == "j")
	{
	   winhlp = window.open("http://www.geocities.jp/k_hama24/bro/bro.htm" + "#" + n, "wbro", "top=0, left=0, toolbar=yes, scrollbars=yes, location = no, status=no,menubar=no,  width=730, height=540");
/*	   winhlp = window.open("file:///D:/Hama24web/\sld_hlp_pg.htm" + "?" + pageno + "0" + imgno, "whlp", "top=0, left=0, toolbar=no, scrollbars=yes, location = no, status=no,menubar=no, width=760, height=100"); */
	}
	else if (n == "e")
	{
	   winhlp = window.open("http://www.geocities.jp/k_hama24/bro/bro_e.htm" + "#" + n, "wbro_e", "top=0, left=0, toolbar=yes, scrollbars=yes, location = no, status=no,menubar=no,  width=730, height=540");
	}

}

