
//popup window

function popMap(){
window.open('pop_map.html','NewWindow','scrollbars=no,width=420,height=510');
}

function popWindow(openMe) {
pop=window.open(openMe,"popUpWindow","width=535,height=640,resizable=1,scrollbars=1");
}


//mailto

function convertMoji2_shtml(t){
var s="",moji="";
	for(var i=0;i<t.length;i++){
	moji=t.charCodeAt(i);
	s +=String.fromCharCode(moji+1);
	}
return s;
}

var em_shtml=convertMoji2_shtml(String.fromCharCode(104,109,101,110,63,114,110,115)+String.fromCharCode(114,116,44,98,110,45,105,111));

function mlinkwrite(){
document.write('<a href="mai'+'lto:'+em_shtml+'">ご意見・ご要望はこちら</a>');
}





