function FSOpen(url,name,w,h){
var l=(screen.width-w)/2
var t=(screen.height-h)/2
var w=window.open(url,name,"menubar=no,scrollbars=yes,resizable=yes,fullscreen=no,left="+l+",top="+t+",width="+w+",height="+h);

w.focus();
if(navigator.platform.indexOf("Mac")!=-1){
w.moveTo(l,t)
}
return w;
}

function regist(){
FSOpen("http://www.brilliage.jp/mail/registration.html","regist",600,400)
}

function news(){
FSOpen("http://www.brilliage.jp/news/index.html","news",900,500)
}

function press(){
FSOpen("http://www.brilliage.jp/mail/registration_press.html","utility",600,600)
}

function blogger(){
FSOpen("http://www.brilliage.jp/mail/registration_blogger.html","utility",600,600)
}