<!--
//pre-populates the search box with support.sas.com
function clearField(obj) {
    if (obj.defaultValue==obj.value) obj.value = '';
}


function PrintPage() {
window.print();
}

u = window.location;
m = "Thought you might be interested in this";

function mailThisUrl() {
// the following expression must be all on one line...
window.location = "mailto:%20?subject="+m+"&body="+document.title+" "+u;
}


function CreateBookmarkLink() {
var title=document.title;
var url=location.href;

    if (window.sidebar) window.sidebar.addPanel(title, url,"");

    else if( window.opera && window.print )
    {
    var mbm = document.createElement('a');
    mbm.setAttribute('rel','sidebar');
    mbm.setAttribute('href',url);
    mbm.setAttribute('title',title);
    mbm.click();
    }

    else if( document.all ) window.external.AddFavorite(url, title);

}


-->
