﻿<!-- 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 validateForm() {
with (document.freeconsultation) {
var alertMsg = "The following REQUIRED fields\nhave been left empty:\n";
if (Comp_name.value == "") alertMsg += "\nCompany Name";
if (Contact_name.value == "") alertMsg += "\nYour Name";
if (Comp_phone.value == "") alertMsg += "\nPhone Number";
if (email.value == "") alertMsg += "\nEmail Address";
if (alertMsg != "The following REQUIRED fields\nhave been left empty:\n") {
alert(alertMsg);
return false;
} else {
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();
}
// -->

