// JavaScript Document
//パーツページへのWindowOpen
function parts()
	{
	window.open("parts.htm","parts","scrollbars=yes ,toolbar= no, resizable =no, width= 650,top=0,left=0")
	}
	
function slide()
	{
	window.open("blazer_slide.htm","slide","scrollbars=no ,toolbar= no, resizable =no, width= 640 ,height=480 top=0,left=0","blazer_2/0s10.jpg")

	}
	