function print_friendly (printBtn,closeBtn,textSize) {

  var _width="755";
  var html = document.getElementById("col-main").innerHTML;
    if (html) {
        var storyWin = window.open("/us/office/print.html", "StoryWin", "toolbar=no,screenx=0,screeny=0,top=0,left=0,width="
                           +_width+",height=640,directories=no,status=yes,scrollbars=yes,resizable=no,menubar=no");

    }
}

function print_friendly2 (location) {

  var _width="752";
        var storyWin = window.open(location+"?print_friendly", "StoryWin", "toolbar=no,screenx=0,screeny=0,top=0,left=0,width="
                           +_width+",height=640,directories=no,status=yes,scrollbars=yes,resizable=no,menubar=no");

}

