// JavaScript Document
function mobile(){
    win=window.open('mobile/index.html','mobile','location=yes,scrollbars=yes,width=250,height=500');
}
function work(){
    win=window.open('http://www.emperor-wk.com/pages/calender.cgi?mode=ouka','work','location=no,scrollbars=yes,width=600,height=500');
}