
	function ShowMsg(img){ document.myImg.src = img; }

	function winopen(img){
		win1 = window.open("","newwin","toolbar=no,location=no,status=no,scrollbars=yes,width=700,height=600");
		win1.document.write("<center><img src=" + img + "><br>");
		win1.document.write("<p><a href='javascript:window.close();'><img src='../image/close.gif' border='0'></a></center>");
	}
	
	function w_open(){
		win1 = window.open("","newwin","toolbar=no,location=no,status=no,scrollbars=yes,width=400,height=400");
		win1.document.write("<html><head><meta http-equiv='Content-Type' Content='text/html; charset=utf8'><title></title></head><body><p>商品の状態<p>M.未使用品で、未開封もしくは開封品<br>A.使用品（展示品含む）ですが、使用感は少なく美品<br>B.使用品で、使用感若干有り<br>C.使用品で大きな傷へこみ有り、機能に問題なし<br>J.ジャンク品（機能に問題有り<br><p><a href='javascript:window.close();'><img src='image/close.gif' border='0'></a</p></body></html>");
	}
	function write_on(){
		document.myform.link.value = "http://www.sankyomotors.com/";
	}

	function MM_openBrWindow(theURL,winName,features,cgi) {
  		window.open(theURL,winName,features,cgi);
	}
	