<!--

//--------------------------------------------------
// 新しいウィンドウでコミックスリストを表示
//--------------------------------------------------
var listUrl;

function openWin(listUrl){
	window.open("/contents/order/"+listUrl,"_blank","status=0,menubar=0,width=500,height=550,scrollbars=yes");
}

//--------------------------------------------------
// 商品リストページの表示
//--------------------------------------------------

function disp_Link(){
	document.write("<UL>") ;

	if (url == 'http://www.issuisya.co.jp/contents/i_menu.html') {

		document.write("<LI><a href='JavaScript:openWin(\"list_igrap.html\")'>一水社グラフ誌</a></LI>") ;
		document.write("<LI><a href='JavaScript:openWin(\"list_idvd.html\")'>一水社DVD付き雑誌＆ムック</a></LI>") ;
		document.write("<LI><a href='JavaScript:openWin(\"list_imania.html\")'>一水社マニア誌</a></LI>") ;
		document.write("<LI><a href='JavaScript:openWin(\"list_icm.html\")'>一水社コミック誌</a></LI>") ;
		document.write("<LI>いずみコミックス［") ;
		document.write("<a href='JavaScript:openWin(\"list_iic98.html\")'>1998年以前</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_iic99.html\")'>1999年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_iic00.html\")'>2000年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_iic01.html\")'>2001年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_iic02.html\")'>2002年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_iic03.html\")'>2003年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_iic04.html\")'>2004年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_iic05.html\")'>2005年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_iic06.html\")'>2006年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_iic07.html\")'>2007年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_iic08.html\")'>2008年</a>") ;
		document.write("］</LI>") ;

	} else if (url == 'http://www.issuisya.co.jp/contents/k_menu.html') {
		document.write("<LI><a href='JavaScript:openWin(\"list_kgrap.html\")'>光彩書房グラフ誌</a></LI>") ;
		document.write("<LI><a href='JavaScript:openWin(\"list_kcm.html\")'>光彩書房コミック誌</a></LI>") ;;
		document.write("<LI><a href='JavaScript:openWin(\"list_kpn.html\")'>光彩書房ピンキーティーンズ・ノベルズ</a></LI>") ;
		document.write("<LI>光彩コミックス・ボーイズラブ［") ;
		document.write("<a href='JavaScript:openWin(\"list_kbl99.html\")'>1999年以前</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kbl00.html\")'>2000年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kbl01.html\")'>2001年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kbl02.html\")'>2002年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kbl03.html\")'>2003年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kbl04.html\")'>2004年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kbl05.html\")'>2005年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kbl06.html\")'>2006年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kbl07.html\")'>2007年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kbl08.html\")'>2008年</a>") ;
		document.write("］</LI>") ;
		document.write("<LI>光彩コミックス・ピンキーティーンズ［") ;
		document.write("<a href='JavaScript:openWin(\"list_kpt01.html\")'>2001年以前</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kpt02.html\")'>2002年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kpt03.html\")'>2003年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kpt04.html\")'>2004年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kpt05.html\")'>2005年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kpt06.html\")'>2006年</a>") ;
		document.write("／") ;
		document.write("<a href='JavaScript:openWin(\"list_kpt07.html\")'>2007年</a>") ;
		document.write("］</LI>") ;
		document.write("<LI><a href='JavaScript:openWin(\"list_kothers.html\")'>光彩コミックスその他のジャンル</a></LI>") ;
		document.write("</UL>") ;
	}
	document.write("</UL>") ;
}

//-->
