//main image rotation in centre of page and highlight rotate
	<!-- 
		
		picture = new Image (741,519);
		picture.src="home_page.gif";
		
		picture1 = new Image (741,519);
		picture1.src="home_page_one.gif";
		
		picture2 = new Image (741,519);
		picture2.src="home_page_two.gif";
		
		picture3 = new Image (741,519);
		picture3.src="home_page_three.gif";
		
		picture4 = new Image (741,519);
		picture4.src="home_page_four.gif";
		
		
	
		
			
			
	
function Switch(imageID,imageFileName){document.images[imageID].src = eval(imageFileName + ".src")}

	// -->



	

// launch pop up functions
function infoPop(theURL) {
	
	newWindow = window.open(theURL, "safpop","width=400,height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
	newWindow.location.href = theURL;
	if (newWindow.opener == null) newWindow.opener = self;
}
function promoPop(theURL) {
	
	newWindow = open(theURL, "promo","width=300,height=300,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
	newWindow.location.href = theURL;
	if (newWindow.opener == null) newWindow.opener = self;

}
function populateParent(Parent, theURL){
	Parent.location.href = theURL;
	window.close();
}
function focusMe (){
	this.focus()
}
// End launch pop up functions