function gwc_subwin(tmp,tmp2){
	tmp3 = tmp.replace(/ /g,"");
	tmp3 = tmp3.replace(/-/g,"");
	
	gwc_url = "http://catalog.ykkap.co.jp/top/webcat_top2.asp?cat_id=" + tmp + "&page=" + tmp2
	gwc_win = window.open(gwc_url,tmp3,"width=1010,height=710,scrollbars=yes,location=no, menubar=no,left=2,top=2,resizable=yes");
	gwc_win.focus();
}

function gwc_top(tmp){

	gwc_win = window.open("","gwc_top","");
	gwc_win.focus();

	gwc_win.document.open();
	gwc_win.document.write('<form method="POST" name="fm2" action="http://catalog.ykkap.co.jp/top/webcat_index.asp" target="gwc_top">');
	gwc_win.document.write('<input type="hidden" name="pro" value="' + tmp + '">');
	gwc_win.document.write('</form>');
	gwc_win.document.close();

	gwc_win.document.fm2.submit();

}
