// 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.elfin-ogoto.com/cgi-bin/admin/calender.cgi?mode=saya','work','location=no,scrollbars=yes,width=550,height=450');
}