<!--Browser Sniffer
function Is() {
agent = navigator.userAgent.toLowerCase();
this.major = parseInt(navigator.appVersion);
this.minor = parseFloat(navigator.appVersion);
this.ns = ((agent.indexOf('mozilla') != -1) && ((agent.indexOf('spoofer') == -1) && (agent.indexOf('compatible') == -1)));
this.ns2 = (this.ns && (this._major == 2));
this.ns3 = (this.ns && (this.major == 3));
this.ns4 = (this.ns && (this.major == 4));
this.ns40 = (this.ns && (this.major == 4) && (agent.indexOf('4.0 ')!=-1));
this.ns401 = (this.ns && (this.major == 4) && (agent.indexOf('4.01')!=-1));
this.ns02 = (this.ns && (this.major == 4) && (agent.indexOf('4.02')!=-1));
this.ns03 = (this.ns && (this.major == 4) && (agent.indexOf('4.03')!=-1));
this.ns04 = (this.ns && (this.major == 4) && (agent.indexOf('4.04')!=-1));
this.ie = (agent.indexOf("msie") != -1);
this.ie3 = (this.ie && (this.major < 4) && !this.ie6);
this.ie4 = (this.ie && (this.major == 4) && (agent.indexOf("msie 4")!=-1) );
this.ie401 = (this.ie && (this.major == 4) && (agent.indexOf("msie 4.01")!=-1) );
this.ie4up = (this.ie && (this.major >= 4));
}

var is = new Is();

if (is.ns4) //for netscape4
window.location.href="http://www.axiomint.com/browser_upgrade.htm"

if (is.ns6)// for netscape 6

window.location.href="http://www.axiomint.com/browser_upgrade.htm"

if (is.ie4) //for IE

window.location.href="http://www.axiomint.com/browser_upgrade.htm"
//-->End Browser Sniffer

<!--Begin GO rollover
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_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_findObj(n, d) { //v4.0
  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 && document.getElementById) x=document.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];}
}
//-->End GO rollover

<!--Begin cost justification form
function solveBAC(form) {
var files = eval(form.files.value);
var hourly = eval(form.hourly.value);
var time = eval(form.time.value);
var staff = eval(form.staff.value);

var result = (time * staff) * files * hourly * 12;
if (result < 2500) {
result = result;
}
else {
if (result == "NaN")
{alert ("Please try again.")}; 
if (result > 3000) 
{alert ("By looking at these numbers, we recommend you look into purchasing FileFixer. The amount you are spending fixing files manually, outweights the cost of FileFixer. Contact Axiom today! Call 727-442-7774 or e-mail us at 6783@axiomint.com.")};
if (result < 3000)
{alert ("Because your yearly amount of money wasted due to file corruption is not greater than the cost of FileFixer, you may not immediately need FileFixer. But, if you plan on receiving files from a contractor or on migrating to MicroStation V8 or V8i, then you may want to look more into FileFixer's preventative features. Contact Axiom today! Call 727-442-7774 or e-mail us at 6783@axiomint.com.")};
}
form.bacamount.value = "$ " + result;
}

function MM_findObj(n, d) { //v4.0
  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 && document.getElementById) x=document.getElementById(n); return x;
}
//-->End cost justification form


<!--Old browser redirect
if (parseInt(navigator.appVersion) < 4) 
  document.location = "www.axiomint.com/contact.htm";
//-->Old browser redirect

<!--Check Javascript



//-->End JS check