var locbase="http://dr.nakamats.com/shop/event/";
function autoClose(time) {
setTimeout('closeWin()', time);
}

function closeWin() {
this.close();
}

function pop(page,w,h){
var subscribe_en = window.open(locbase+page, "annnoucenment", "toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+w+",height="+h+",top=0,left=0");
}
