var num;
var count;

function onkounyu(formstr) {
	num = document.all(formstr).select1.selectedIndex;
	count = document.all(formstr).select1.options[num].value;
	location.href = "https://www.moshimo.com/mds/?action_cart_add&sid=19736&bid=" + count;
}

function ontoiawase(formstr){
	num = document.all(formstr).select1.selectedIndex;
	count = document.all(formstr).select1.options[num].value;
	location.href = "https://www.moshimo.com/mds/?action_inquiry_item&sid=19736&bid=" + count;
}

function onkounyu_new(formstr) {
	num = document.all(formstr).select1.selectedIndex;
	count = document.all(formstr).select1.options[num].value;
	location.href = "https://www.moshimo.com/cart/add?shop_id=19736&article_id=" + count;
}

function ontoiawase_new(formstr){
	num = document.all(formstr).select1.selectedIndex;
	count = document.all(formstr).select1.options[num].value;
	location.href = "https://www.moshimo.com/articles/contact?shop_id=19736&article_id=" + count;
}

function openwindow_new(url){
	window.open(url,"new","width=800,height=400,scrollbars=yes");
}