function MM_openwin(){
var win1 = window.open('http://www.realwood.co.jp/notice.html','','scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0,width=400,height=350')
}
function openwin(theURL,winName,features) { 
window.open(theURL,winName,features);
}


