// 納入事例
// -----------------------------------------------------//
function winopen(type) {
 var win;
 win = window.open('jirei/' + type + '.html', 'jirei','width=680,height=600,scrollbars=1,resizable=yes');
 win.focus();
}

function winopenSite(type) {
 var win;
 win = window.open('parking/jirei/' + type + '.html', 'jirei','width=680,height=600,scrollbars=1,resizable=yes');
 win.focus();
}

function winopenComSite(type) {
 var win;
 win = window.open('../jirei/' + type + '.html', 'jirei','width=680,height=600,scrollbars=1,resizable=yes');
 win.focus();
}

// 建築家インタビュー
// -----------------------------------------------------//
function winopenIviewSite(type) {
 var win;
 win = window.open('interview/' + type + '.html', 'iview','width=680,height=600,scrollbars=1,resizable=yes');
 win.focus();
}

function winopenIviewSiteMap(type) {
 var win;
 win = window.open('parking/com/interview/' + type + '.html', 'iview','width=680,height=600,scrollbars=1,resizable=yes');
 win.focus();
}

// COMアンケート
// -----------------------------------------------------//
function winopenEnqueteSite(type) {
 var win;
 win = window.open('com/' + type + '.html', 'Enquete','width=660,height=680,scrollbars=1,resizable=yes');
 win.focus();
}

function winopenEnquete(type) {
 var win;
 win = window.open('' + type + '.html', 'Enquete','width=660,height=680,scrollbars=1,resizable=yes');
 win.focus();
}

function winopenEnqueteIndex(type) {
 var win;
 win = window.open('parking/com/' + type + '.html', 'Enquete','width=660,height=680,scrollbars=1,resizable=yes');
 win.focus();
}
