<!--

var message="Lotus Cars USA | Group Lotus PLC";

function ImageButton_Click(postBackUrl)
{
	window.location = postBackUrl;
	return false;
}

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");


	window.defaultStatus = "Lotus Cars USA | Group Lotus PLC"

	if(parent.frames.length!=0)top.location='index.html';



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);





// -->
