function openShuccho() {
	window.open("http://neo-standard.com/neo_common/area.php", "area", "width=650,height=600,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 openAssessment() {
	url = "http://neo-standard.com/neo_common/assessment.php?tpno=t10&item=";
	window.open(url, "assessment", "width=660,height=460,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openAssessmentItem(item) {

	msg = 'この製品をWeb査定しますか？';
	myRet = confirm(msg);
	if ( myRet != true ) return false;
	url = "http://neo-standard.com/neo_common/assessment.php?tpno=t10&item=" + item;
	window.open(url, "assessment", "width=660,height=460,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openContact() {
	url = "http://neo-standard.com/neo_common/contact.php?tpno=t10";
	window.open(url, "contact", "width=660,height=460,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openTakuhaikit() {
	window.open("http://neo-standard.com/neo_common/kit.php", "takuhaikit", "width=760,height=600,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openSheet() {
	window.open("http://neo-standard.com/neo_common/sheet/index.php", "sheet", "width=640,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);
}

