/**
Pop Up Window - K Hackenberg (Gould) - 11-14-2006
example:
<a href="javascript:MM_openBrWindow('/aq/test/aq_NEWII/contact_us/web_contact.asp', '_blank','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=550,height=600');">Web Contact Form</a>
 */
		
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
