//　物件概要
var pjs;
function winopenA(loc) {
window.open(loc,'Newpage','width=800,height=860,resizable=yes,scrollbars=yes,menubar=no');
this.focus();
}

function winopenB(loc) {
pjs=window.open(loc,'Newpage','width=800,height=860,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,location=yes');
pjs.focus(); }

function winopenC(loc) {
pjs=window.open(loc,'Newpage','width=630,height=860,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,location=yes');
pjs.focus(); }

function winopenD(loc) {
pjs=window.open(loc,'Newpage','width=630,height=630,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,location=yes');
pjs.focus(); }

function plan(type){
	myLightWindow.activateWindow({
	href : "plan/" + type + ".html",
	title : type + "type",
	author : ""
	});
}

