﻿function addbookmark() {
    if (navigator.appName != 'Microsoft Internet Explorer') {
        window.sidebar.addPanel("Contour Determatology", "http://www.contourderm.com/", "");
    }
    else {
        window.external.AddFavorite("http://www.contourderm.com/", "Contour Determatology");
    }
}

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

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

