function addbookmark()
{
	if ( navigator.appName != 'Microsoft Internet Explorer' )
	{
		window.sidebar.addPanel("Shumway Cosmetic Surgery","http://www.nsemedia.com/shumway/","");
	}
	else
	{
		window.external.AddFavorite("http://www.nsemedia.com/shumway/"," Shumway 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()
    }
}
