/*self.name="MainWindow";*/

function m_pop1(){
	window.open('http://www.bellemaison.jp/pc/guide/bm_first.html#p04','pop01','width=700,height=650,resizable=yes,scrollbars = yes');
}// JavaScript Document
function new_pop(){
	window.open('news.html','new_pop','width=570,height=400,resizable=yes,scrollbars = yes');
}// JavaScript Document

function addBookmark(title,url) {
	if (window.sidebar) {
		window.sidebar.addPanel(title, url,"");
	} else if( document.all ) {
		window.external.AddFavorite( url, title);
	} else if( window.opera && window.print ) {
		return true;
	}
}

//news popup link
function mainWinlink(url) {
window.opener.location.href = url;
}
