function toolsLaunchAlerts() 
{
   wtop =(screen.height-270)/2;
   wleft =(screen.width-750)/2;
   AlertsWindow = window.open('/tools/alerts/index.asp', 'Alerts', 'width=750,height=270,top='+wtop+',left='+wleft+'');  
   AlertsWindow.focus();
}


