

function openBrWindow(theURL) 
{ 


  window.open(theURL,'','scrollbars=yes,resizable=yes,width=640,height=800,top=0');
}
