<!--
opp_handle = new Object;
opp_ID = 0;

function opp() {
  opp_handle = window.open("location_opportunities.htm","opp",",,,,,scrollbars,,width=500,height=350,top=50,left=50");
   opp_handle.focus(); 
}
//-->

