// レフトメニュー用スクリプト集

// Flash呼び出し用スクリプト
function leftFla()
{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" ');
	document.write(' ID=start width=180 height=720>\n');
	document.write(' <PARAM NAME=movie VALUE="menu.swf"/>\n');
	document.write(' <PARAM NAME=quality VALUE=high/>\n');
	document.write(' <EMBED src="menu.swf" quality=high swLiveConnect=FALSE width="180" height="720" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
	document.write(' </EMBED>\n');
	document.write(' </OBJECT>\n');
}

// ブランド・ポリシー用
function openDream(){
	window.open("dream/index.htm","dream","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}

// パナホームと煙突のお話用
function openEntotsu(){
	window.open("entotsu/index.htm","entotsu","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=700,height=500");
}

// エコライフ住宅
function openEcolife(){
	window.open("eco_tokushu/index.html","eco_tokushu","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}
// エコライフの達人たち用
function openEcolife_tatsujin(){
	window.open("eco_tokushu/tatsujin/index.html","eco_tokushu","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}
// クリスマス特集用
function openChristmas(){
	window.open("christmas/index.htm","christmas","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}
// 全国不動産用
function openE_esta(){
	window.open("e-esta/index.html","e_esta","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}
