Rollimage = new Array()

			//Rollover
$(document).ready(function() {

	
	
	

	if(sPage == "index.php"){
	
		$('#home').attr("src","http://www.jspr.eu/wb/templates/basis/images/btn_home_over.gif");
		
		
	}else if(sPage == "news.php"){
		$('#news').attr("src","http://www.jspr.eu/wb/templates/basis/images/btn_news_over.gif");
	
		
		
	}else if(sPage == "press.php"){
			$('#press').attr("src","http://www.jspr.eu/wb/templates/basis/images/btn_press_over.gif");

		
		
	}else if(sPage == "the-team.php"){
		$('#about').attr("src","http://www.jspr.eu/wb/templates/basis/images/btn_about_over.gif");

		
				
	}else if(sPage == "concept-store.php"){

			$('#store').attr("src","http://www.jspr.eu/wb/templates/basis/images/btn_concept_store_over.gif");

		
		
		
	}else if(sPage == "contact-us.php"){
				$('#contact').attr("src","http://www.jspr.eu/wb/templates/basis/images/btn_contact_over.gif");


	}else if(sPage == "plastic-fantastic.php"){
				$('#collections').attr("src","http://www.jspr.eu/wb/templates/basis/images/btn_collections_over.gif");

	}else if(sPage == "interiors.php"){
				$('#interiors').attr("src","http://www.jspr.eu/wb/templates/basis/images/btn_interiors_over.gif");


	}else if(sPage == "minimal.php"){
				$('#greyfield').attr("src","http://www.jspr.eu/wb/templates/basis/images/btn_greyfield_over.gif");


	}else if(sPage == "project-customs.php"){
				$('#project_customs').attr("src","http://www.jspr.eu/wb/templates/basis/images/btn_project_customs_over.gif");	
		
		
		
		
		
	}else{
		
	}
	
	Rollimage[0]= new Image(27,24)
		Rollimage[0].src = "http://www.jspr.eu/wb/templates/basis/images/btn_home_over.gif"

		Rollimage[1]= new Image(27,24)
		Rollimage[1].src = "http://www.jspr.eu/wb/templates/basis/images/btn_home_over.gif"

		Rollimage[2]= new Image(27,24)
		Rollimage[2].src = "http://www.jspr.eu/wb/templates/basis/images/btn_news.gif"

		Rollimage[3]= new Image(27,24)
		Rollimage[3].src = "http://www.jspr.eu/wb/templates/basis/images/btn_news_over.gif"

		Rollimage[4]= new Image(30,24)
		Rollimage[4].src = "http://www.jspr.eu/wb/templates/basis/images/btn_press.gif"

		Rollimage[5]= new Image(30,24)
		Rollimage[5].src = "http://www.jspr.eu/wb/templates/basis/images/btn_press_over.gif"

		Rollimage[6]= new Image(47,24)
		Rollimage[6].src = "http://www.jspr.eu/wb/templates/basis/images/btn_about.gif"

		Rollimage[7]= new Image(47,24)
		Rollimage[7].src = "http://www.jspr.eu/wb/templates/basis/images/btn_about_over.gif"
		
		Rollimage[8]= new Image(79,24)
		Rollimage[8].src = "http://www.jspr.eu/wb/templates/basis/images/btn_concept_store.gif"

		Rollimage[9]= new Image(79,24)
		Rollimage[9].src = "http://www.jspr.eu/wb/templates/basis/images/btn_concept_store_over.gif"

		Rollimage[10]= new Image(58,24)
		Rollimage[10].src = "http://www.jspr.eu/wb/templates/basis/images/btn_contact.gif"

		Rollimage[11]= new Image(58,24)
		Rollimage[11].src = "http://www.jspr.eu/wb/templates/basis/images/btn_contact_over.gif"

		Rollimage[12]=  new Image(0,0)
		Rollimage[12].src = "http://www.jspr.eu/wb/templates/basis/images/btn_collections.gif"
				
		Rollimage[13]=  new Image(0,0)
		Rollimage[13].src = "http://www.jspr.eu/wb/templates/basis/images/btn_collections_over.gif"
		
		Rollimage[14]=  new Image(0,0)
		Rollimage[14].src = "http://www.jspr.eu/wb/templates/basis/images/btn_interiors.gif"

		Rollimage[15]=  new Image(0,0)
		Rollimage[15].src = "http://www.jspr.eu/wb/templates/basis/images/btn_interiors_over.gif"

		Rollimage[16]=  new Image(0,0)
		Rollimage[16].src = "http://www.jspr.eu/wb/templates/basis/images/btn_greyfield.gif"
				
		Rollimage[17]=  new Image(0,0)
		Rollimage[17].src = "http://www.jspr.eu/wb/templates/basis/images/btn_greyfield_over.gif"
		
		Rollimage[18] = new Image(0,0);
		Rollimage[18].src = "http://www.jspr.eu/wb/templates/basis/images/btn_project_customs.gif"
		
				Rollimage[19] = new Image(0,0);
		Rollimage[19].src = "http://www.jspr.eu/wb/templates/basis/images/btn_project_customs_over.gif"
	
});





var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);

function SwapOut_project_customs(){ document.project_customs.src = Rollimage[19].src; return true; }
function SwapBack_project_customs(){ document.project_customs.src = Rollimage[18].src; return true; }

function SwapOut_greyfield(){ document.greyfield.src = Rollimage[17].src; return true; }
function SwapBack_greyfield(){ document.greyfield.src = Rollimage[16].src; return true; }

function SwapOut_collections(){ document.collections.src = Rollimage[13].src; return true; }
function SwapBack_collections(){ document.collections.src = Rollimage[12].src; return true; }

function SwapOut_interiors(){ document.interiors.src = Rollimage[15].src; return true; }
function SwapBack_interiors(){ document.interiors.src = Rollimage[14].src; return true; }




function SwapOut_home(){ document.home.src = Rollimage[1].src; return true; }
function SwapBack_home(){ document.home.src = Rollimage[0].src; return true; }

function SwapOut_news(){ document.news.src = Rollimage[3].src; return true; }
function SwapBack_news(){ document.news.src = Rollimage[2].src; return true; }

function SwapOut_press(){ document.press.src = Rollimage[5].src; return true; }
function SwapBack_press(){ document.press.src = Rollimage[4].src; return true; }

function SwapOut_about(){ document.about.src = Rollimage[7].src; return true; }
function SwapBack_about(){ document.about.src = Rollimage[6].src; return true; }


function SwapOut_contact(){ document.contact.src = Rollimage[11].src; return true; }
function SwapBack_contact(){ document.contact.src = Rollimage[10].src; return true; }

function SwapOut_concept_store(){ document.concept_store.src = Rollimage[9].src; return true; }
function SwapBack_concept_store(){ document.concept_store.src = Rollimage[8].src; return true; }

