function showPage(){
  var url = document.URL; 
  if (url == "http://www.chubbystop.com/" || url == "http://www.chubbystop.com/index.shtml"){
  	document.getElementById('home').style.border = "1px solid black";
  }
  if (url == "http://www.chubbystop.com/chubby-nude-girls.shtml"){
  	document.getElementById('two').style.border = "1px solid black";
  }
  if (url == "http://www.chubbystop.com/st/archives/archive0.shtml"){
  	document.getElementById('three').style.border = "1px solid black";
  }
  if (url == "http://www.chubbystop.com/st/archives/archive1.shtml"){
  	document.getElementById('four').style.border = "1px solid black";
  }
  if (url == "http://www.chubbystop.com/st/archives/archive2.shtml"){
  	document.getElementById('five').style.border = "1px solid black";
  }
  if (url == "http://www.chubbystop.com/free-live-video.shtml"){
  	document.getElementById('video').style.border = "1px solid black";
  }
}

function highlight(a){
	document.getElementById(a);
	a.style.backgroundColor = "#FFFFFF";
}

function goBack(b){
	document.getElementById(b);
	b.style.backgroundColor = "#66CCCC";
}
