<!-- Begin
var prefix = "";
var home = "index.htm";
var logo = "graphics/logo.jpg";
var ulc = "graphics/ulc1.png";
var hdr = "graphics/hdr1.png";
var nav = "graphics/nav1.png";
var bg = "graphics/bg.gif";
var llc = "graphics/llc.gif";
var ftr = "graphics/ftr.gif";
var altText1 = "Click here to go to our home page.";
var altText2 = "Click here to go to our home page.";
var bgColor1 = "#ffffff";
var bgColor2 = "#000000";
var bgColor3 = "#c0c0c0";
var bnr = "graphics/bnr1.png";
var tgt = "index.htm";
var fullbar = "graphics/FirstChurch.png";
var halfbar = "graphics/FirstChurch.png";

function itemOver(nm,grph) {
document[nm].src=grph;
}
function itemOut(nm,grph) {
document[nm].src=grph;
}

function writeHeader(level){
if (level == 1) { prefix = "../" }
if (level == 2) { prefix = "../../" }
if (level == 3) { prefix = "../../../" }

home = prefix + home;
logo = prefix + logo;
ulc = prefix + ulc;
hdr = prefix + hdr;
nav = prefix + nav;
bg = prefix + bg;
bnr = prefix + bnr;
tgt = prefix + tgt;
fullbar = prefix + fullbar;
halfbar = prefix + halfbar;

document.write('<table cellpadding="0" cellspacing="0" width="100%" height="100%"><tr height="161">');
document.write('<td valign="top" align="left" width="180" background="' + ulc + '" height="161"><a href="' + home + '" target="_parent"><img src="' + logo + '" border="0" alt="' + altText1 + '"></a></td>');
document.write('<td align="left" bgcolor="' + bgColor3 + '" valign="top" height="161">');
document.write('<a href="' + tgt + '" target="_parent"><h1 class=wh>ACE Interpretations, LLC</h1></a>');
document.write('<a href="' + tgt + '" target="_parent"><h2 class=wh>Accurate<br>&nbsp;Complete<br>&nbsp;&nbsp;Expert</h2></a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td valign=top bgcolor="' + bgColor2 + '" width="180" align=right>');

document.write('<table cellpadding=0 cellspacing=1 align=right>');
document.write('<tr><td bgcolor="' + bgColor3 + '" ><img src=graphics/pel.gif></td></tr>');

if (doc == "index") {
document.write('<tr><td><img src=graphics/index3.png></td></tr>');
} else {
document.write('<tr><td><a href="index.htm" onMouseover=itemOver("index","graphics/index2.png") onMouseout=itemOut("index","graphics/index1.png")><img src=graphics/index1.png border=0 name=index></a></td></tr>');
}

document.write('<p>');

if (doc == "consulting") {
document.write('<tr><td><img src=graphics/consulting3.png></td></tr>');
} else {
document.write('<tr><td><a href="consulting.htm"  onMouseover=itemOver("consulting","graphics/consulting2.png") onMouseout=itemOut("consulting","graphics/consulting1.png")><img src=graphics/consulting1.png border=0 name=consulting></a></td></tr>');
}

if (doc == "investigations") {
document.write('<tr><td><img src=graphics/investigations3.png></td></tr>');
} else {
document.write('<tr><td><a href="investigations.htm" onMouseover=itemOver("investigations","graphics/investigations2.png") onMouseout=itemOut("investigations","graphics/investigations1.png")><img src=graphics/investigations1.png border=0 name=investigations></a></td></tr>');
}

if (doc == "title3") {
document.write('<tr><td><img src=graphics/title33.png></td></tr>');
} else {
document.write('<tr><td><a href="title3.htm" onMouseover=itemOver("title3","graphics/title32.png") onMouseout=itemOut("title3","graphics/title31.png")><img src=graphics/title31.png border=0 name=title3></a></td></tr>');
}

if (doc == "security") {
document.write('<tr><td><img src=graphics/security3.png></td></tr>');
} else {
document.write('<tr><td><a href="security.htm" onMouseover=itemOver("security","graphics/security2.png") onMouseout=itemOut("security","graphics/security1.png")><img src=graphics/security1.png border=0 name=security></a></td></tr>');
}

if (doc == "threats") {
document.write('<tr><td><img src=graphics/threats3.png></td></tr>');
} else {
document.write('<tr><td><a href="threats.htm" onMouseover=itemOver("threats","graphics/threats2.png") onMouseout=itemOut("threats","graphics/threats1.png")><img src=graphics/threats1.png border=0 name=threats></a></td></tr>');
}

if (doc == "terrorism") {
document.write('<tr><td><img src=graphics/terrorism3.png></td></tr>');
} else {
document.write('<tr><td><a href="terrorism.htm" onMouseover=itemOver("terrorism","graphics/terrorism2.png") onMouseout=itemOut("terrorism","graphics/terrorism1.png")><img src=graphics/terrorism1.png border=0 name=terrorism></a></td></tr>');
}

if (doc == "intelligence") {
document.write('<tr><td><img src=graphics/intelligence3.png></td></tr>');
} else {
document.write('<tr><td><a href="intelligence.htm" onMouseover=itemOver("intelligence","graphics/intelligence2.png") onMouseout=itemOut("intelligence","graphics/intelligence1.png")><img src=graphics/intelligence1.png border=0 name=intelligence></a></td></tr>');
}

if (doc == "quote") {
document.write('<tr><td><img src=graphics/quote3.png></td></tr>');
} else {
document.write('<tr><td><a href="quote.htm" onMouseover=itemOver("quote","graphics/quote2.png") onMouseout=itemOut("quote","graphics/quote1.png")><img src=graphics/quote1.png border=0 name=quote></a></td></tr>');
}

if (doc == "about") {
document.write('<tr><td><img src=graphics/about3.png></td></tr>');
} else {
document.write('<tr><td><a href="about.htm" onMouseover=itemOver("about","graphics/about2.png") onMouseout=itemOut("about","graphics/about1.png")><img src=graphics/about1.png border=0 name=about></a></td></tr>');
}

if (doc == "contact") {
document.write('<tr><td><img src=graphics/contact3.png></td></tr>');
} else {
document.write('<tr><td><a href="contact.htm" onMouseover=itemOver("contact","graphics/contact2.png") onMouseout=itemOut("contact","graphics/contact1.png")><img src=graphics/contact1.png border=0 name=contact></a></td></tr>');
}
document.write('<tr><td bgcolor="' + bgColor3 + '" ><img src=graphics/pel.gif></td></tr>');
document.write('</table>');

document.write('</td><td valign=top background=' + bg + '>');
}

function writeFooter(level){
if (level == 1) { prefix = "../" }
if (level == 2) { prefix = "../../" }
if (level == 3) { prefix = "../../../" }
llc = prefix + llc;
ftr = prefix + ftr;
document.write('</td></tr>');
document.write('<tr colspan=2><td bgcolor="' + bgColor3 + '" ><img src=graphics/pel.gif></td></tr>');
document.write('<tr height=90><td width=180 height=90 bgcolor="' + bgColor2 + '" align=center>');
document.write('<a href="' + home + '" target="_parent"><img src=graphics/aces.png border=0></a>');
document.write('</td><td align="center"  valign=bottom bgcolor="' + bgColor3 + '">');
document.write('<CENTER><span id="sml">');
document.write('<a href="' + prefix + 'index.htm" target="_parent">Home</a> &#8226; ');
document.write('<a href="' + prefix + 'consulting.htm" target="_parent">Consulting</a> &#8226; ');
document.write('<a href="' + prefix + 'investigations.htm" target="_parent">Investigations</a> &#8226; ');
document.write('<a href="' + prefix + 'title3.htm" target="_parent">Title&minus;III</a> &#8226; ');
document.write('<a href="' + prefix + 'security.htm" target="_parent">Security</a> &#8226; ');
document.write('<a href="' + prefix + 'threats.htm" target="_parent">Threat&nbsp;Analysis</a> &#8226; ');
document.write('<a href="' + prefix + 'terrorism.htm" target="_parent">Counter&minus;Terrorism</a> &#8226; ');
document.write('<a href="' + prefix + 'intelligence.htm" target="_parent">Intellegence</a> &#8226; ');
document.write('<a href="' + prefix + 'quote.htm" target="_parent">Free&nbsp;Quote</a> &#8226; ');
document.write('<a href="' + prefix + 'about.htm" target="_parent">About&nbsp;Us</a> &#8226; ');
document.write('<a href="' + prefix + 'contact.htm" target="_parent">Contact</a><br>');
document.write('<b>ACE Interpretations, LLC PD10200053</b> • 111 South Johnson St. • Bluffton, IN 46714 • Tel: 260-824-4155<br>');
document.write('<b>Web: </b><a href="http://www.Ace-Interpretations.com" target="_parent">www.Ace-Interpretations.com</a> • <b>e-mail: </b><a href="mailto:ace-ralph@sbcglobal.net">ace-ralph@sbcglobal.net</a><br>');
document.write('&copy; 2006 <b>ACE Interpretations, LLC</b>');
document.write('</span></center>');
document.write('</td></tr></table>');
}

function writeLeftHeader(level){
if (level == 1) { prefix = "../" }
if (level == 2) { prefix = "../../" }
if (level == 3) { prefix = "../../../" }

home = prefix + home;
logo = prefix + logo;

document.write('<table width="100%"  height=105 border=0 bgcolor="FFFFFF">');
document.write('<tr height="105" bgcolor="FFFFFF"><td class="LeftHdr" align="center" valign="center" rowspan="2"><a href="' + home + '" target="_parent"><img src="' + logo + '" width="137" height="83" border="0" alt="Click here to go to our home page."></a></td></tr>');
document.write('</table>');
}
// End --> 