function openpic(pop_txt,pop_img)
{
 var msg;
 msg= "<head><title>:: MMG ACOUSTICAL CONSULTANTS :: ";
 msg= msg + "</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></body>";
 neww=window.open('blank.htm',"Project","top=0,left=0,height=420,width=640,scrollbars=yes")
 neww.document.write(msg);

}