// 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');
	}
	
	function infoOpen(URL) {
		window.open(URL, 'newwin', 'width=820, resizable=1, scrollbars=1');
	}



/*
	スライドショー
*/
	var topSlideTxt = 
		"<div class='slideshow' style='width:596px; height:282px;'>" +
			"<img src='./images/top_image_01.gif' alt='人と企業の創造力を高めたい' width='596' height='282' />" +
			"<a href='./outline/index.html'><img src='./images/top_image_02.jpg' alt='お客様のニーズに応えたあらゆる制作物を生み出します。' width='596' height='282' /></a>" +
			"<a href='./outline/it.html'><img src='./images/top_image_03.jpg' alt='設計者とともに歩んだ20年。M-Drafは進化を続ける。' width='596' height='282' /></a>" +
			"<a href='./outline/others.html'><img src='./images/top_image_04.jpg' alt='一流を得る、一流を創る、一流に育てる。MUTOHのスポーツサポートブランド、Finoa（フィノア）。' width='596' height='282' /></a>" +
			"<a href='./outline/others.html'><img src='./images/top_image_05.jpg' alt='万能製図機械　MUTOH　『ドラ蓋―MH-I』' width='596' height='282' /></a>" +
			"<a href='./outline/index.html'><img src='./images/top_image_06.jpg' alt='ものづくりを支える職人魂『MUTOHグループの挑戦』' width='596' height='282' /></a>" +
			"<a href='./outline/others.html'><img src='./images/top_image_07.jpg' alt='to NEXT STAGE' width='596' height='282' /></a>" +
		"</div>"
					
