// JavaScript Document

//MAP､新着情報　別ウィンドウで開く設定
function OpenNewWin(p_url) {

myWin = window.open(p_url,null,"height=620px,width=650px,left=0,top=0,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=yes,toolbar=no");

myWin.focus();

}
