function main_visual(){
	var agent = navigator.userAgent;
	//document.write( "ユーザエージェント：" + agent + "<br>" );
	if( agent.search(/iPhone/) != -1 ){
	document.write( "<div id='mainBox'>" );																																		
	document.write( "<a href='products/search.php?lc=4&sc=1'><img src='images/index/i_img_00.jpg' alt='' /></a>" );
	document.write( "<a href='products/search.php?lc=3'><img src='images/index/i_img_05.jpg' alt='' /></a>" );	
	document.write( "<a href='products/search.php?lc=4&sc=5'><img src='images/index/i_img_01.jpg' alt='' /></a>" );
	document.write( "<a href='products/search.php?lc=4&sc=1'><img src='images/index/i_img_03.jpg' alt='' /></a>" );
	document.write( "<a href='products/search.php?lc=5'><img src='images/index/i_img_04.jpg' alt='' /></a>" );	
	document.write( "<a href='products/search.php?lc=4&sc=1'><img src='images/index/i_img_02.jpg' alt='' /></a>" );
	document.write( "</div>" );							
	}else if( agent.search(/iPad/) != -1 ){
	document.write( "<div id='mainBox'>" );																																		
	document.write( "<a href='products/search.php?lc=4&sc=1'><img src='images/index/i_img_00_tablet.jpg' alt='' /></a>" );
	document.write( "<a href='products/search.php?lc=3'><img src='images/index/i_img_05_tablet.jpg' alt='' /></a>" );	
	document.write( "<a href='products/search.php?lc=4&sc=5'><img src='images/index/i_img_01_tablet.jpg' alt='' /></a>" );
	document.write( "<a href='products/search.php?lc=4&sc=1'><img src='images/index/i_img_03_tablet.jpg' alt='' /></a>" );
	document.write( "<a href='products/search.php?lc=5'><img src='images/index/i_img_04_tablet.jpg' alt='' /></a>" );	
	document.write( "<a href='products/search.php?lc=4&sc=1'><img src='images/index/i_img_02_tablet.jpg' alt='' /></a>" );
	document.write( "</div>" );		
	}else if( agent.search(/iPod/) != -1 ){
	document.write( "" );
	}else{
	document.write( "<div id='mainBox'>" );																																		
	document.write( "<a href='products/search.php?lc=4&sc=1'><img src='images/index/i_img_00.jpg' alt='' /></a>" );
	document.write( "<a href='products/search.php?lc=3'><img src='images/index/i_img_05.jpg' alt='' /></a>" );	
	document.write( "<a href='products/search.php?lc=4&sc=5'><img src='images/index/i_img_01.jpg' alt='' /></a>" );
	document.write( "<a href='products/search.php?lc=4&sc=1'><img src='images/index/i_img_03.jpg' alt='' /></a>" );
	document.write( "<a href='products/search.php?lc=5'><img src='images/index/i_img_04.jpg' alt='' /></a>" );	
	document.write( "<a href='products/search.php?lc=4&sc=1'><img src='images/index/i_img_02.jpg' alt='' /></a>" );
	document.write( "</div>" );		
	}
}
