// JavaScript Document

//▼OpenWindow

//拠点詳細写真
function detail_motohama(){
	window.open('detail/motohama.htm','Motohama',
				'width=620,height=470,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}

function detail_npk(){
	window.open('detail/npk.htm','Npk',
				'width=620,height=470,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}

//商品のページ
function graph_minishovel(){
	window.open('../graph/kobelco_minishovel.htm','MiniShovel',
				'width=570,height=280,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}
function graph_kouhouminishovel(){
	window.open('../graph/kobelco_kouhou-minishovel.htm','KouhouMiniShovel',
				'width=570,height=280,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}
function graph_kouhoushovel(){
	window.open('../graph/kobelco_kouhou-shovel.htm','KouhouShovel',
				'width=570,height=280,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}
function graph_shovel(){
	window.open('../graph/kobelco_shovel.htm','Shovel',
				'width=570,height=300,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}
//SDS30商品紹介ページ
function detail_sds30(){
	window.open('attachment/sds30/index.htm','sds30',
				'width=610,height=500,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}

//解体映像のページ
function movie_sk70srd(){
	window.open('../commodity/shovel/sk70srd-sk145lcd.htm','Movie_SK70SRD',
				'width=570,height=300,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}

//過去のイベント
function past07() {
	window.open('../event/past-07.htm','event07',
				'width=570,height=710,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}
function past08() {
	window.open('../event/past-08.htm','event08',
				'width=570,height=550,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}
function past09() {
	window.open('../event/past-09.htm','event09',
				'width=570,height=710,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}
function past10() {
	window.open('../event/past-10.htm','event10',
				'width=570,height=710,left=0,top=0,scrollbars=yes,location=no,menubar=no');
}
//画像の切り替え
function chengeImg(imageUrl){
	document.cngimg.src=imageUrl;
}

