/*----------------------------------------
 Copyright (C) 2008 symphonic.co.jp
----------------------------------------*/




function showLineupDetail(){
	
	var tmp = location.href.match(/#/i) ? location.href.split('#')[0] : location.href ;
	this.id = location.href.match(/\?/i) ? tmp.split('?')[1] : 1 ;
	
	this.img = "<img src='/md/images/detail_img_"+this.id+ ".gif' alt='' width='700' height='500' border='0' usemap='#sub' />";

	this.map ='<map name="sub"><area shape="rect" coords="306,432,391,456" href="javascript:window.close();" /></map>'

	return this;
}




function dataSetup(){
	printData = showLineupDetail();
}


dataSetup();



/*C@NI*/
