// JavaScript Document
function mapopen() {
	window.open("http://hothousetokyo.com/registration.htm", "map" ,"width=400,height=400,toolbar=no,menuber=no,scrollbars=no,resizable=no");
win.moveTo(0,0);
}

//windowをしまっちゃいますよ〜
function closewin(){
    window.close();
}