<!--


//  Copyright©2007    Mad Rhino Productions, LLC  madrhino.com


window.onerror = null;


	window.defaultStatus = "Lotus Cars USA | Group Lotus PLC"

	if(parent.frames.length!=0)top.location='index.html';





if (navigator.userAgent.indexOf('Safari') != -1)
{
self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
}
else
{

if ((document.getElementById) && ((screen.width) < 1999))
{

	top.window.moveTo(0,0);
	if (document.all)
	{
	top.window.resizeTo(screen.availWidth,screen.availHeight);
	}
	else if (document.layers || document.getElementById)
	{
	if (top.window.outerHeight < screen.availHeight || top.window.outerWidth < screen.availWidth)
	{
	top.window.outerHeight = screen.availHeight;
	top.window.outerWidth = screen.availWidth;
	}
	}
}
else
{
		if (navigator.appName!="Netscape" && window.resizeTo && screen.availwidth && screen.availheight)
		{
		if (self.moveTo)
		{
		self.moveTo(0,0);
		}
			if ((screen.width) < 1999)
			{
			window.resizeTo(screen.availwidth,screen.availheight);
			}
			else
			{
			window.resizeTo((screen.availwidth / 2),screen.availheight);
			}
		}
		else
		{
		if (self.moveTo)
		{
		self.moveTo(0,0);
		}
			if (screen.width && window.resizeBy) 
			{
				if (navigator.appName=="Netscape")
				{
				top.outerWidth=(screen.width);
				top.outerHeight=(screen.height-24);
				}
				else
				{
					if ((screen.width) < 1999)
					{
					window.resizeBy(screen.width,screen.height);
					}
					else
					{
					window.resizeBy((screen.width / 2),screen.height);
					}
				}
			}
		}
}
}



var message="Lotus Cars USA | Group Lotus PLC";


function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false");






function onOver()
{
setTimeout("status='Lotus Cars USA | Group Lotus PLC'",0);
return true;
}

function onOut()
{
setTimeout("status='Lotus Cars USA | Group Lotus PLC'",0);
return true;
}


//add event function
function addEvent(obj, evType, fn){ 
 if (obj.addEventListener){ 
   obj.addEventListener(evType, fn, true); 
   return true; 
 } else if (obj.attachEvent){ 
   var r = obj.attachEvent("on"+evType, fn); 
   return r; 
 } else { 
   return false; 
 } 
}

// Find all link elements and add an onfocus attribte and value
function hideFocusBorders(){
var theahrefs = document.getElementsByTagName("a");
if (!theahrefs){return;}
for(var x=0;x!=theahrefs.length;x++){
theahrefs[x].onfocus = function stopLinkFocus(){this.hideFocus=true;};
}
}

//event added using the addEvent() function above
addEvent(window, 'load', hideFocusBorders);





// -->
