 	if (document.images) 
	{
	img1on = new Image
	img1off = new Image
	img2on = new Image
	img2off = new Image
	img3on = new Image
	img3off = new Image
	img4on = new Image
	img4off = new Image
	img5on = new Image
	img5off = new Image
	img6on = new Image
	img6off = new Image
	img7on = new Image
	img7off = new Image
	img8on = new Image
	img8off = new Image

	img1on.src = "images/home_on.gif"
	img1off.src = "images/home.gif"
	img2on.src = "images/about_on.gif"
	img2off.src = "images/about.gif"
	img3on.src = "images/faq_on.gif"
	img3off.src = "images/faq.gif"
	img4on.src = "images/contact_on.gif"
	img4off.src = "images/contact.gif"
	img5on.src = "images/search_on.gif"
	img5off.src = "images/search.gif"
	img6on.src = "images/financing_on.gif"
	img6off.src = "images/financing.gif"
	img7on.src = "images/locations_on.gif"
	img7off.src = "images/locations.gif"
	img8on.src = "images/email_on.gif"
	img8off.src = "images/email.gif"
	} 
else  
	{
	image1on  = "" 
	image1off = "" 
	image2on  = ""
	image2off = "" 
	image3on  = ""
	image3off = "" 
	image4on  = ""
	image4off = "" 
	image5on  = ""
	image5off = ""
	image6on  = ""
	image6off = ""  
	image7on  = ""
	image7off = "" 
	image8on  = ""
	image8off = "" 
	}

function mIN(imgSrc, imgName) {
		if (document.images) {
		imgON = eval(imgName + ".src");			
		document.images[imgSrc].src = imgON;
			} }
function mOUT(imgSrc, imgName) {
		if (document.images) {
		imgOFF = eval(imgName + ".src");			
		document.images[imgSrc].src = imgOFF;
			} }
function soon () {
alert ('This Feature Is Coming Soon!');
}
function pwin(d,w,h,s,p) {
// p position, s = scrollbars
// 1 = top left, 2 = top right, 3 = bottom left, 4 = bottom right, 0 = center
if (p == 1) {
tx = 10; 
ty = 10;
}
else
if (p == 2) {
tx = (screen.width - (w+10));
ty = 0;
}
else
if (p == 3) {
tx = 10;
ty = (screen.height - (h+65));
}
else
if (p == 4) {
tx = tx = (screen.width - (w+10));
ty = (screen.height - (h+65));
}
else {
tx = (screen.width - w) / 2;
ty = (screen.height - h) / 2;
}
	 nWindow = window.open(d,"popup","width="+w+",height="+h+",top="+ty+",left="+tx+",titlebar=0,resizable=1,status=0,menubar=0,scrollbars="+s+",fullscreen=0");
	 nWindow.focus() 
}
function infowin(d,w,h) {
tx = (screen.width - w) / 2;
ty = (screen.height - h) / 2;

d = "http://" + d;

inWindow =
 window.open(d,"info","width="+w+",height="+h+",top="+ty+",left="+tx+",titlebar=0,resizable=1,status=0,menubar=0,toolbar=1,scrollbars=1,fullscreen=0");
	 inWindow.focus()
}
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
var EnableRightClick = 1;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick==1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick==1){ return true; }
  var myevent = (isNS) ? e : event;
  var eventbutton = (isNS) ? myevent.which : myevent.button;
  if((eventbutton==2)||(eventbutton==3)) return false;
}
function keyhandler(e) {
  var myevent = (isNS) ? e : window.event;
  if (myevent.keyCode==96)
    EnableRightClick = 1;
  return;
}
document.oncontextmenu = mischandler;
document.onkeypress = keyhandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;

