﻿function openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function openFbfWindow(anchor)
{
    openBrWindow('/flatbed_facts.aspx?anchor=anchor' + anchor + '#' + anchor,'winFbf','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=820,height=600');
}