/* This is for backward compatibility in case I missed removing some of these function calls. 
We now use the dreamweaver method which relies on the W3C standard of opening a page within 
another window.  As a result we no longer need this function-gerald*/
function MoreInfoWindow(url)
{
window.open(url,"MoreInfoWindow","width=770,height=560,scrollbars,resizable")
}



