          NS4 = (document.layers);
          IE4 = (document.all);
         ver4 = (NS4 || IE4);   
        isMac = (navigator.appVersion.indexOf("Mac") != -1);
       isMenu = (NS4 || (IE4 && !isMac));

       function popUp(){return};
       function popDown(){return};

       if (!ver4) event = null;


browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
// preload universal images
if (browser) {

//home image 
	home_off = new Image;
	home_off.src = "images/buttonhome.jpg";
	home_roll = new Image;
	home_roll.src = "images/buttonhome2.jpg";
	home_on = new Image;
	home_on.src = "images/buttonhome2.jpg";

//faq image 
	faq_off = new Image;
	faq_off.src = "images/buttonfaq.jpg";
	faq_roll = new Image;
	faq_roll.src = "images/buttonfaq2.jpg";
	faq_on = new Image;
	faq_on.src = "images/buttonfaq2.jpg";

//realestate image 
	realestate_off = new Image;
	realestate_off.src = "images/buttonrealestate.jpg";
	realestate_roll = new Image;
	realestate_roll.src = "images/buttonrealestate2.jpg";
	realestate_on = new Image;
	realestate_on.src = "images/buttonrealestate2.jpg";

//attorneys image 
	attorneys_off = new Image;
	attorneys_off.src = "images/buttonattorneys.jpg";
	attorneys_roll = new Image;
	attorneys_roll.src = "images/buttonattorneys2.jpg";
	attorneys_on = new Image;
	attorneys_on.src = "images/buttonattorneys2.jpg";
	
//quote image 
	quote_off = new Image;
	quote_off.src = "images/buttonquote.jpg";
	quote_roll = new Image;
	quote_roll.src = "images/buttonquote2.jpg";
	quote_on = new Image;
	quote_on.src = "images/buttonquote2.jpg";
	
//onlinerequest image 
	onlinerequest_off = new Image;
	onlinerequest_off.src = "images/buttononlinerequest.jpg";
	onlinerequest_roll = new Image;
	onlinerequest_roll.src = "images/buttononlinerequest2.jpg";
	onlinerequest_on = new Image;
	onlinerequest_on.src = "images/buttononlinerequest2.jpg";
	


}

function insertPic() {
}


function putImage(imgDocID,imgObjName) {

// 	 manages mouseOver animations
//   imgDocID - the name or number of the document image to be replaced
//   imgObjName - the name of the image object to be swapped in
if (browser) {
        document.images[imgDocID].src = eval(imgObjName + ".src")
	}
}

/*
function CSURLPopupShow(formName, popupName, target) {
        var popup = document[formName].elements[popupName];
        window.open(popup.options[popup.selectedIndex].value, target);
        popup.selectedIndex = 0;
}
*/

//MENU ATTRIBUTES
       if (isMenu) {
           menuVersion = 3;
           
           menuWidth = 150;
           childOverlap = 5;
           childOffset = 1;
           perCentOver = null;
           secondsVisible = .5;
           
           fntCol = "Black";
           fntSiz = "8";
           fntBold = false;
           fntItal = false;
           fntFam = "sans-serif";
           
           backCol = "#FFFFFF";
		   	   backCol2 = "#FFFFFF";
           overCol = "#002E96";
		       overCol2 = "#002E96";
           overFnt = "White";
           
           borWid = 2;
           borCol = "#847D73";
           borSty = "solid";
           itemPad = 3;
           
           imgSrc = "/Images/tri.gif";
           imgSiz = 10;
           
           separator = 1;
           separatorCol = "#847D73";
           
           isFrames = false;      // <-- IMPORTANT for full window
           navFrLoc = "left";     // <-- display. see below
           
           keepHilite = true; 
           NSfontOver = true;
           clickStart = false;
           clickKill = false;
       }

/*
below are the dynamic arrays used to buffer the hierarchy menu sections

to add a link simply add the following to the end of the links string below :
	,"Store Link 1","/url1.html",0
	be sure the string ends with a );
*/

//faq drop down menu
arMenu1 = new Array(
	100,
	115,190,
	"","",
	"","",
	"","",
	"Why do I need title insurance?","why.htm",0, "Homeselling Hints for Sellers", "hints.htm", 0, "Attorneys Role in Buying or Selling a House", "attorneysrole.htm", 0);

//realestate drop down menu
arMenu2 = new Array(
	100,
	115,241,
	"","",
	"","",
	"","",
	"Real Estate","realestate.htm",0);

//attorneys drop down menu
arMenu3 = new Array(
	100,
	115,288,
	"","",
	"","",
	"","",
	"Property Title Attorneys","attorneys.htm",0);

// **NOTE :: ONLINE QUOTE MENU NO LONGER AVAILABLE AS PER CLIENT REQUEST
//        :: CRAIG MACKLES (CRAIG@NETWORK-LOGIC.COM)
//quote drop down menu
//arMenu4 = new Array(
//	100,
//	115,336,
//	"","",
//	"","",
//	"","",
//	"Quote","quote.htm",0);


//onlinerequest drop down menu
arMenu4 = new Array(
	100,
	115,384,
	"","",
	"","",
	"","",
	"Online Request","onlinerequest.htm",0);

//home drop down menu
// **NOTE :: ONLINE REQUEST MENU OPTION NO LONGER AVAILABLE AS PER CLIENT REQUEST
//        :: CRAIG MACKLES (CRAIG@NETWORK-LOGIC.COM)
arMenu5 = new Array(
	100,
	115,336,
	"","",
	"","",
	"","",
	"Property Title Home Page","index.htm",0);



//-->  advertis
graphicSpeed = 7000;