function openShuccho() {
	window.open("/shuccho/area.php", "area", "width=760,height=400,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openSatei() {
	window.open("/kaitori/assessment.php", "assessment", "width=760,height=700,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openSateiName(name) {

	msg = 'この製品をWEB査定しますか？';
	//msg = name + 'をWEB査定しますか？';
	myRet = confirm(msg);
	if ( myRet != true ) return false;

	url = "/kaitori/assessment.php?brand=" + name;

	window.open(url, "assessment", "width=760,height=700,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openContact() {
	window.open("/contact/", "contact", "width=760,height=600,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openTakuhaikit() {
	window.open("/takuhai/kit.php", "takuhaikit", "width=760,height=600,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openSheet() {
	window.open("/sheet/sheet.php", "sheet", "width=760,height=600,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function mailto1() {
	location.href='mailto:?subject=%8cg%91%d1%93d%98b%82%aa%8d%82%82%ad%94%84%82%ea%82%e9%83T%83C%83g%8c%a9%82%c2%82%af%82%bd%82%e6%81I%81y%8cg%91%d1%93d%98b%94%83%8e%e6%90%ea%96%e5%93X%83l%83I%83X%83%5e%81z&body=http%3a%2f%2f%8cg%91%d1%93d%98b%94%83%8e%e6%2ecom%2f%8c%fb%83R%83%7e%81b%82%a8%97F%92B%82%c9%8f%d0%89%ee%82%b7%82%e9';
}
function mailto2() {
	location.href='mailto:?subject=携帯電話が高く売れるサイト見つけたよ！【携帯電話買取専門店ネオスタ】&body=http://学習教材携帯電話買取.com/口コミ｜お友達に紹介する';
}

function mailto3() {
	alert('test');
}
function openLink(url) {
	window.open(url);
}

