// JavaScript Document

<!--
function openFaqWindow(url, width, height) {
  window.open(url, 'BookPark', 'status=no,resizable=yes,scrollbars=yes,width=' + width + ',height=' + height);
}

function openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

//-->

