// JavaScript Document

/*
	サブウィンドウを開く
*/
	function winOpen(URL) {
		window.open(URL, 'newwin', 'width=620, height=700px, resizable=1');
	}
	
	function topicsOpen(URL) {
		window.open(URL, 'newwin', 'width=620, scrollbars=1');
	}



/*
	スライドショー
*/
	var topSlideTxt = 
		"<div class='slideshow' style='width:596px; height:282px;'>" +
			"<img src='./images/top_image_01.gif' alt='MUTOH HOLDINGS draws on its expert knowledge of the manufacturing workplace to create winning solutions in information visualization and IT. MUTOH HOLDINGS heads a corporate group that brings IT and visual solutions alive and offers customers optimum solutions with the best value.' width='596' height='282' />" + 
			"<a href='./outline/index.html' target='_top'><img src='./images/top_image_02.jpg' alt='' width='596' height='282' /></a>" + 
			"<a href='./outline/index.html' target='_top'><img src='./images/top_image_03.jpg' alt='' width='596' height='282' /></a>" + 
		"</div>";



