﻿function addBookmark() {
    if (window.sidebar) {
        window.sidebar.addPanel('UjBook.Com 手機電子書線上製作專家！', top.location, "");
    }
    else if (document.all) {
        window.external.AddFavorite(top.location, 'UjBook.Com 手機電子書線上製作專家！');
    }
    else if (window.opera && window.print) {
        alert("請按下CTRL+T加入“我的最愛”");
    }
}


function suf(ft) {
    switch (ft) {
        case '0':
            document.getElementById('ft0').style.display = '';
            document.getElementById('ft1').style.display = 'none';
            break;

        default:
            document.getElementById('ft0').style.display = 'none';
            document.getElementById('ft1').style.display = '';
            break;
    }
    return true;
}


function contactUS() {
    self.location = 'mailto:blake@ujbook.com';
}
