<!--
function showOfficeInfo(argNum){
 var strOffice = ''
 var strTitle = ''
 var strImageName = '/Design/Map2-NorthAmerica.gif'
 ol_fgcolor = '#ffe7d9'
 ol_bgcolor = '#ff8642'
 ol_sticky = 1
 strPosition = LEFT
 iOffsetX = 0
 iOffsetY = 0
 switch(argNum) {
  case 1:
   strTitle = "<SPAN CLASS='PMP'>Jim Zinkhon</SPAN>";
   strOffice = "<DIV CLASS='overlib'>";
   strOffice += "<br />Peoria, IL 61603";
   strOffice += "<br />Phone: (877) 731-1031, ext. 8";
   strOffice += "<br /><br />Peoria Office: (309) 637-0400 ext. 283";
   strOffice += "<br />Peoria Fax:  (309) 637-9302";
   strOffice += "<br />Cell Phone:  (309) 264-2003";
   strOffice += "<br />Email: <A href='mailto:jzinkhon@pmpinc.com'>jzinkhon@pmpinc.com</A></DIV>";
   strImageName = '/Design/Map2-NorthAmerica.gif';
   strPosition = RIGHT
   iOffsetX = 0
   iOffsetY = -100
   break;
  case 2:
   strTitle = "<SPAN CLASS='PMP'>Tonya Lodge</SPAN>";
   strOffice = "<DIV CLASS='overlib'>";
   strOffice += "<br />Peoria, IL 61603";
   strOffice += "<br />Phone: (877) 731-1031, ext. 4";
   strOffice += "<br /><br />Peoria Office: (309) 637-0400 ext. 292";
   strOffice += "<br />Peoria Fax:  (309) 637-9302";
   strOffice += "<br />Cell Phone:  (309) 202-1281";
   strOffice += "<br />Email: <A href='mailto:tonya.lodge@pmpinc.com'>tonya.lodge@pmpinc.com</A></DIV>";
   strImageName = '/Design/Map2-NorthAmerica.gif';
   strPosition = RIGHT
   iOffsetX = 0
   iOffsetY = -100
   break;
  case 3:
   strTitle = "<SPAN CLASS='PMP'>Jim Zinkhon</SPAN>";
   strOffice = "<DIV CLASS='overlib'>";
   strOffice += "<br />Peoria, IL 61603";
   strOffice += "<br />Phone: (877) 731-1031, ext. 8";
   strOffice += "<br /><br />Peoria Office: (309) 637-0400 ext. 283";
   strOffice += "<br />Peoria Fax:  (309) 637-9302";
   strOffice += "<br />Cell Phone:  (309) 264-2003";
   strOffice += "<br />Email: <A href='mailto:jzinkhon@pmpinc.com'>jzinkhon@pmpinc.com</A></DIV>";
   strImageName = '/Design/Map2-NorthAmerica.gif';
   strPosition = RIGHT
   iOffsetX = 0
   iOffsetY = -100
   break;
  case 4:
   strTitle = "<SPAN CLASS='PMP'>Jose Calderon</SPAN>";
   strOffice = "<DIV CLASS='overlib'>";
   strOffice += "<br />Peoria, IL 61603";   
   strOffice += "<br />Phone: (877) 731-1031, ext. 5";   
   strOffice += "<br /><br />Peoria Office: (309) 637-0400 ext. 290";
   strOffice += "<br />Cell Phone:  (309) 397-6675";      
   strOffice += "<br />Email: <A href='mailto:jcalderon@pmpinc.com'>jcalderon@pmpinc.com</A></DIV><BR>";
   strImageName = '/Design/Map2-NorthAmerica.gif';
   strPosition = RIGHT
   iOffsetX = 0
   iOffsetY = -100
   break;
 default:
   MM_swapImage('imgMap','',strImageName,1);
   break;
 }
 if(strOffice != '') {
  MM_swapImage('imgMap','',strImageName,1)
  //overlib(strOffice,LEFT);
  overlib(strOffice, strPosition, STICKY, CAPTION, strTitle,CLOSECLICK, CLOSETEXT, o3_close, OFFSETX, iOffsetX, OFFSETY, iOffsetY)
 }
 MM_swapImage('imgMap','',strImageName,1)
 return false;
}
 
function mapMouseOut(){
 return nd();
 //return cClick();
}
-->