function testit() {
    /*if (!document.body.style.zoom) {
        document.body.style.zoom = .75;
    }
    document.body.style.zoom += ".25";*/
    /*createCookie('TextSize', '50%', 7);
    x = readCookie('TextSize');
    alert(x);
    eraseCookie('TextSize');
    createCookie('TextSize', '125%', 7);*/
}
