var bantemp=1

if (document.images) {

	image1 = new Image()

	image1.src = "/common_files/lotus/banners/banner1.gif"

    image2 = new Image()

	image2.src = "/common_files/lotus/banners/banner2.gif"
	
	image3 = new Image()

	image3.src = "/common_files/lotus/banners/banner3.gif"
	
	image4 = new Image()

	image4.src = "/common_files/lotus/banners/banner4.gif"

}

url1="/fastcgi/gdlist.mp?template=/lotus/hitlist_d&starthit=0&dealer=59669&pn=2"

url2="elise.html"

url3="http://www.sytner.co.uk/sytnerlotusesprit"

url4="exige.html"

var baselink=parent.parent.parent.parent.basehref;





function popup2(){
	tempvar = "url"+(bantemp-1)
	/*if (tempvar=="ur2"){
		popup(eval(tempvar),522,283,"no")
	}else */if(tempvar=="url3"){
		popup(eval(tempvar),770,480,"yes")
	}else{
		populateBox(eval(tempvar))
	}	
}



function popup(url,w,h,scroll){
	windowFeatures = "width="+w+",height="+h+",toolbar=no,scrollbars="+scroll
	window.open(url,'Banner',windowFeatures)

	}





function bannerflip(){

	//alert('here')

	if(bantemp > 1){bantemp=1}

	if (document.layers){ //netscape 4.7 fix

		document.images['banner'].src = "/common_files/lotus/banners/banner1.gif"

	}else{

		document.images['banner'].src = eval("image"+bantemp).src	

	}

	bantemp++

	setTimeout("bannerflip()",5000)

}