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

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