// そのほかのページコンテンツなどの　別ウィンドウを開くjs
function healthWinOpen(){
	open('health.html','newWindow','width=400,height=700,scrollbars=yes');
	}

function methodWinOpen(){
	open('method.html','newWindow','width=400,height=530,scrollbars=yes');
	}

function barrier_freeWinOpen(){
	open('barrier_free.html','newWindow','width=400,height=600,scrollbars=yes');
	}
	
function enefarmWinOpen(){
open('enefarm.html','newWindow','width=400,height=600,scrollbars=yes');
	}

function komatsu_infoWinOpen(){
	open('komatsu_info.html','newWindow','width=400,height=500,scrollbars=yes');
	}

function priWinOpen(){
	open('pri.html','newWindow','width=400,height=500,scrollbars=yes');
	}


function visitWinOpen(){
	open('visit.html','newWindow','width=400,height=500,scrollbars=yes');
	}

function examinationWinOpen(){
	open('examination.html','newWindow','width=400,height=500,scrollbars=yes');
	}
function reformWinOpen(){
	open('reform.html','newWindow','width=500,height=700,scrollbars=yes');
	}
function postmailWinOpen(){
	open('mail/postmail.html','newWindow','width=500,height=700,scrollbars=yes');
	}
	
// リフォーム商品詳細ページ　キッチン別ウィンドウを開くjs
function iitokodoriWinOpen(){
	open('reform_point_iitokodori.html','newWindow','width=500,height=700,scrollbars=yes');
	}
function plusdoWinOpen(){
	open('reform_point_plusdo.html','newWindow','width=500,height=700,scrollbars=yes');
	}
function builtWinOpen(){
	open('reform_point_built.html','newWindow','width=500,height=700,scrollbars=yes');
	}
	
// リフォーム商品詳細ページ　リビング別ウィンドウを開くjs
function hayawazaWinOpen(){
	open('reform_point_hayawaza.html','newWindow','width=500,height=700,scrollbars=yes');
	}
function airconWinOpen(){
	open('reform_point_aircon.html','newWindow','width=500,height=700,scrollbars=yes');
	}
	
function cubiosWinOpen(){
	open('reform_point_cubios.html','newWindow','width=500,height=700,scrollbars=yes');
	}
function earoWinOpen(){
	open('reform_point_earo.html','newWindow','width=500,height=700,scrollbars=yes');
	}
function hoshihimeWinOpen(){
	open('reform_point_hoshihime.html','newWindow','width=500,height=700,scrollbars=yes');
	}
	
// リフォーム商品詳細ページ　和室別ウィンドウを開くjs
function tatamiWinOpen(){
	open('reform_point_tatami.html','newWindow','width=500,height=700,scrollbars=yes');
	}

// リフォーム商品詳細ページ　浴室別ウィンドウを開くjs
function dryWinOpen(){
	open('reform_point_dry.html','newWindow','width=500,height=700,scrollbars=yes');
	}

function saunaWinOpen(){
	open('reform_point_sauna.html','newWindow','width=500,height=700,scrollbars=yes');
	}

// リフォーム商品詳細ページ　窓別ウィンドウを開くjs

function inplusWinOpen(){
	open('reform_point_inplus.html','newWindow','width=500,height=700,scrollbars=yes');
	}
	
function awningWinOpen(){
	open('reform_point_awning.html','newWindow','width=500,height=700,scrollbars=yes');
	}

// リフォーム商品詳細ページ　防災別ウィンドウを開くjs
function lampWinOpen(){
	open('reform_point_lamp.html','newWindow','width=500,height=700,scrollbars=yes');
	}

function shutterWinOpen(){
	open('reform_point_shutter.html','newWindow','width=500,height=700,scrollbars=yes');
	}
	
function alarmWinOpen(){
	open('reform_point_alarm.html','newWindow','width=500,height=700,scrollbars=yes');
	}

// リフォーム商品詳細ページ　耐震別ウィンドウを開くjs
function genshinWinOpen(){
	open('reform_point_genshin.html','newWindow','width=500,height=700,scrollbars=yes');
	}

function srfWinOpen(){
	open('reform_point_srf.html','newWindow','width=500,height=700,scrollbars=yes');
	}
	
// リフォーム商品詳細ページ　庭別ウィンドウを開くjs
function wooddeckWinOpen(){
	open('reform_point_wooddeck.html','newWindow','width=500,height=700,scrollbars=yes');
	}

function tankWinOpen(){
	open('reform_point_tank.html','newWindow','width=500,height=700,scrollbars=yes');
	}

// リフォーム商品詳細ページ　玄関別ウィンドウを開くjs
function rechentWinOpen(){
	open('reform_point_rechent.html','newWindow','width=500,height=700,scrollbars=yes');
	}

