function addbookmark() {
    if (navigator.appName != 'Microsoft Internet Explorer') {
        window.sidebar.addPanel("Kreegel Cosmetic Surgery", "http://www.nsemedia.com/kreegel/", "");
    }
    else {
        window.external.AddFavorite("http://www.nsemedia.com/kreegel/", " Kreegel Cosmetic Surgery");
    }
}

function crOpen() {
    var newwindow;
    newwindow = window.open('/ConsultationRequest.aspx', 'ConsultationRequest', 'height=600,width=375,resizable=no');
    if (window.focus) {
        newwindow.focus()
    }
}

function touOpen() {
    var newwindow;
    newwindow = window.open('/TermsOfUse.htm', 'TermsOfUse', 'height=275, width=380, resizeable=no');
    if (window.focus) {
        newwindow.focus()
    }
}