function goSubmit(frm) {
	if(frm=="0") {
		alert("商品を選択してください。");
		return false;
	}
//location.href ="https://sd2.sotec.co.jp/scripts/direct/options/choice_o.asp?series_id=" + frm;
location.href = "http://b2c.sotec.co.jp/defaultMall/SiteManager.jsp?COMM_001=0000100000&COMM_002=1&CONST_TP=1&GOODS_NO=" + frm;
}
function dispAlert() {
	alert("メニューから機種を選んでください");
}

function comment( url ){
var name = "url";
url = url + '.html';
 navWindow=window.open( url , name , "width=370,height=340,scrollbars=no,status=no,resizable=no");
 self.status = "";
}

