
var i, j, k, n,language_no;



/*　************************************************************************ */


/* function help_a(n) */
/* {  */

/* 	   winhlp = window.open("http://www.k-hama24.com/gloss_pg.htm" + "#" + n, "whlp", "top=0, left=0, toolbar=yes, scrollbars=yes, location = no, status=no,menubar=no,  width=580, height=260"); */
/*	   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"); */

/* } */

function help_a(language_no, n)
{       

/*  language_no = 1 : 日本語 */
/*  language_no = 2 : 英語 */ 
/*  language_no = 3 : 中国語 */ 
/* alert(language_no); */

/*  language_no = 2; */
    switch(language_no)
   {
    case 1: /* 日本語 */
	   winhlp_j = window.open("http://www.k-hama24.com/gloss_pg.htm" + "#" + n, "whlp_j", "top=0, left=0, toolbar=yes, scrollbars=yes, location = no, status=no,menubar=no,  width=580, height=260"); break;
    case 2: /* 英語 */
	   winhlp_e = window.open("http://www.k-hama24.com/eng/gloss_pg_e.htm" + "#" + n, "whlp_e", "top=0, left=0, toolbar=yes, scrollbars=yes, location = no, status=no,menubar=no,  width=720, height=290"); break;
    case 3: /* 中国語 */
	   winhlp_ch = window.open("http://www.k-hama24.com/Chin/gloss_pg_ch.htm" + "#" + n, "whlp_ch", "top=0, left=0, toolbar=yes, scrollbars=yes, location = no, status=no,menubar=no,  width=720, height=290"); break;
    }
}
