function openShuccho() {
	window.open("/shuccho/area.php", "area", "width=760,height=400,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openSatei(sid) {
	window.open("http://ichibantakai-kaitorisenmonten.com/kaitori/assessment_shops.php?sid=" + sid, "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(sid) {
	window.open("http://ichibantakai-kaitorisenmonten.com/contact/index_shops.php?sid=" + sid, "contact", "width=760,height=600,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openTakuhaikit() {
	window.open("http://ichibantakai-kaitorisenmonten.com/takuhai/kit.php", "takuhaikit", "width=760,height=600,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function openSheet() {
	window.open("http://ichibantakai-kaitorisenmonten.com/sheet/sheet.php", "sheet", "width=760,height=600,menubar=no,toolbar=no, scrollbars=yes,resizable=yes");
}
function mailto1() {
	location.href='mailto:?subject=%83G%83%8B%83%81%83X%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%83G%83%8B%83%81%83X%88%EA%94%D4%8D%82%82%A2%94%83%8E%E6%90%EA%96%E5%93X%81z&body=http%3A%2F%2F%83G%83%8B%83%81%83X%8D%82%89%BF%94%83%8E%E6.com%2F%8C%FB%83R%83%7E%81b%82%A8%97F%92B%82%C9%8F%D0%89%EE%82%B7%82%E9';
}

function mailto3() {
	alert('test');
}
function openLink(url) {
	window.open(url);
}

