function openpic(prop,pop_img,pop_txt)
{
 var msg;
 msg= "<head><title>:: ESSAE DIGITRONICS :: "
 msg= msg + prop+" </title><link rel='stylesheet' type='text/css' href='style.css'></head><body topmargin='0' leftmargin='0' marginwidth='0' marginheight='0'><table border='0' align='center'><tr><td align='center'><font face='Verdana' size='2'><b><br>"
 msg= msg + pop_txt + "<br></b></font></td></tr><tr><td align='center'><img border='1' name='img1' src='";
 msg= msg + pop_img
 msg= msg + "'></td></tr><tr><td align='center'>"
 msg= msg + "<center><p class='defcen' align='center' ><b>[ <a href='Javascript: window.close()'><font face='verdana' size='2'>Close</a> ]</b></p></center></td></tr></table></td>
    <td width="7"valign="top" background="images/shadow_right.jpg"><img src="images/shadow_right_top.jpg" width="8" height="9"></td>
  </tr>
  <tr>
    <td  height="9" background="images/shadow_btmt.jpg"><img src="images/shadow_leftcorner.jpg"></td>
    <td><img src="images/shadow_right_btm.jpg"></td>
  </tr>
</table>
<map name="Map">
  <area shape="rect" coords="18,12,196,67" href="index.htm">
</map>
<map name="FPMap0">
  <area href="careers.htm" shape="rect" coords="659, 38, 750, 50">
  <area href="site_map.htm" shape="rect" coords="659,63,756,78" >
</map>



<map name="Map">
  <area shape="rect" coords="18,12,196,67" href="index.htm">
</map>
 <map name="FPMap0">
            <area href="careers.htm" shape="rect" coords="659, 38, 750, 50">
      <area href="site_map.htm" shape="rect" coords="659,63,756,78" >
</map>
</body>";
 neww=window.open('blank.htm',"Project","top=0,left=0,height=580,width=640,scrollbars=yes")
 neww.document.write(msg);
}


