// JavaScript Document

function openNewWin(url, name, w, h) {
	var newWin;
	var options = "toolbar=no,menubar=no,status=yes,scrollbars=yes,resizable=yes";
	newWin = window.open(url, name,"width=" + w + ",height=" + h + options);
	newWin.focus();
}

function chosaku(){
  (window.open('/xtra/official/chosaku.html','chosaku','left=30,top=10,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=496,height=400')).focus();
}

function annai(){
  (window.open('/xtra/official/annai.html','annai','left=30,top=10,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=556,height=400')).focus();
}

function hermes(){
  (window.open('/brand/brand_hermes.html','hermes','left=30,top=10,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=506,height=400')).focus();
}


document.writeln("<style type='text/css'><!--")
if (navigator.appVersion.indexOf("Win")!=-1) {
  document.write(".f10 {font-size: 11px !important; }");
  document.write(".f10m {font-size: 11px !important; }");
  document.write(".f10h {font-size: 11px !important; }");
}
document.writeln("--></style>");

function pop_brandGuide(){

	window.open('http://www.bellemaison.jp/pc/guide/bm_brand.html','pop01','width=700,height=650,resizable=yes,scrollbars = yes');

}
