﻿<!-- Begin

image1 = new Image();
image1.src = "images/nav/home2.gif";

image2 = new Image();
image2.src = "images/nav/aboutus2.gif";

image3 = new Image();
image3.src = "images/nav/whatwedo2.gif";

image4 = new Image();
image4.src = "images/nav/testimonials2.gif";

image5 = new Image();
image5.src = "images/nav/news2.gif";

image6 = new Image();
image6.src = "images/nav/faq2.gif";

image7 = new Image();
image7.src = "images/nav/cpas2.gif";

image8 = new Image();
image8.src = "images/nav/help2.gif";

image9 = new Image();
image9.src = "images/nav/freeconsultation2.gif";

// End -->

<!--
function confirm_Comp_state()
{
 
if (the_form.Contact_name.value == "")
{
 
alert("Please fill in your contact name.");
 
the_form.Contact_name.focus();
 
return (false);
}
 
else if (the_form.Comp_phone.value == "")
{
 
alert("Please fill in your phone number.");
 
the_form.Comp_phone.focus();
 
return (false);
}
 
return (true);
}
//-->

<!--
/****************************************************
     Popup window generator provided for free at Hypergurl
     Url: http://www.hypergurl.com
     Author: Eric King
     Url: http://eak.digitalrice.com
     This script is free to use as long
     as this info is left in
****************************************************/
var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.availWidth)?Math.floor(Math.random()*(screen.availWidth-w)):0;TopPosition=(screen.availHeight)?Math.floor(Math.random()*((screen.availHeight-h)-75)):0;}
if(pos=="center"){LeftPosition=(screen.availWidth)?(screen.availWidth-w)/2:0;TopPosition=(screen.availHeight)?(screen.availHeight-h)/2:0;}
if(pos=="default"){LeftPosition=0;TopPosition=0}
else if((pos!="center" && pos!="random" && pos!="default") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);
if(win.focus){win.focus();}}
// -->

<!--
function wopen(url, name, w, h)
{
// Fudge factors for window decoration space.
 // In my tests these work well on all platforms & browsers.
w += 0;
h += 0;
 var win = window.open(url,
  name, 
  'width=' + w + ', height=' + h + ', ' +
  'location=no, menubar=no, ' +
  'status=no, toolbar=no, scrollbars=yes, resizable=no');
 win.resizeTo(w, h);
 win.focus();
}
// -->
