// creates the pamarco menu, changes here will reflect throught the local site.function CustomSetMenuProperties(TheMenu){	 // These describe how the sub menus will look   TheMenu.fontWeight="bold";   TheMenu.hideOnMouseOut=true;   TheMenu.bgColor='#555555';   TheMenu.menuBorder=1;   TheMenu.menuLiteBgColor='#FFFFFF';   TheMenu.menuBorderBgColor='#777777';}//------------------------------------------------------------------------------------------------------// Dreamweaver rollover imag code, put here so it's easil;y included in all web pages, If dreamweaer puts it back in // on main page then removefunction MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}//------------------------------------------------------------------------------------------------------function PrecisionTopNavMenu() {	with (document) {		write("<tr>\n");		write("          <td colspan='2'><img src='images/precision_09.gif' width='131' height='42' alt='' border='0'></td>"); 		write("  <td><a href='index2.htm' onMouseOver='MM_swapImage(\"home\",\"\",\"images/precision_home_on.gif\",1);' onMouseOut='MM_swapImage(\"home\",\"\",\"images/precision_home.gif\",1);'><img src='images/precision_home.gif' width='55' height='42' alt='' border='0' id='home'></a></td>\n"); 		write("  <td><a href='about.htm' onMouseOver='MM_swapImage(\"about\",\"\",\"images/precision_about_on.gif\",1);' onMouseOut='MM_swapImage(\"about\",\"\",\"images/precision_about.gif\",1);'><img src='images/precision_about.gif' width='65' height='42' alt='' border='0' id='about'></a></td>\n");		write("  <td><a href='portfolio.htm' onMouseOver='MM_swapImage(\"portfolio\",\"\",\"images/precision_portfolio_on.gif\",1);' onMouseOut='MM_swapImage(\"portfolio\",\"\",\"images/precision_portfolio.gif\",1);'><img src='images/precision_portfolio.gif' width='90' height='42' alt='' border='0' id='portfolio'></a></td>\n");		write("  <td><a href='movies.htm' onMouseOver='MM_swapImage(\"video\",\"\",\"images/precision_video_on.gif\",1);' onMouseOut='MM_swapImage(\"video\",\"\",\"images/precision_video.gif\",1);'><img src='images/precision_video.gif' width='145' height='42' alt='' border='0' id='video'></a></td>\n");		write("  <td><a href='showroom.htm' onMouseOver='MM_swapImage(\"showroom\",\"\",\"images/precision_showroom_on.gif\",1);' onMouseOut='MM_swapImage(\"showroom\",\"\",\"images/precision_showroom.gif\",1);'><img src='images/precision_showroom.gif' width='94' height='42' alt='' border='0' id='showroom'></a></td>\n");		write("  <td><a href='contact.htm' onMouseOver='MM_swapImage(\"contact\",\"\",\"images/precision_contact_on.gif\",1);' onMouseOut='MM_swapImage(\"contact\",\"\",\"images/precision_contact.gif\",1);'><img src='images/precision_contact.gif' width='82' height='42' alt='' border='0' id='contact'></a></td>\n");				write("          <td colspan='2'><img src='images/precision_15.gif' width='125' height='42' alt='' border='0'></td>");		write("</tr>\n");	}}