function openPage(url) {
    window.open(url);
    return false;
}

/*
# vim: expandtab ts=4 sw=4 sts=4
*/

