
function showPic (whichpic) {
 if (document.getElementById) 
		{document.getElementById('photo').src = whichpic.href;

  if (whichpic.title) 
		{document.getElementById('text').childNodes[0].nodeValue = whichpic.title;} 

  else 
		{document.getElementById('text').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;}

  return false; } 

 else {return true;}

}


<!--
//http://www.alistapart.com/articles/imagegallery/
//-->

var withBorder;

var withoutBordera;

var withoutBorderb;

var withoutBorderc;

var withoutBorderd;

var withoutBordere;

var withoutBorderf;


function placeBorder ( ) {
	withBorder = document.getElementById("img1");

	withBorder.style.borderWidth = "2px";

var withoutBordera = document.getElementById("img1");
var withoutBorderb = document.getElementById("img2");
var withoutBorderc = document.getElementById("img3");
var withoutBorderd = document.getElementById("img4");
var withoutBordere = document.getElementById("img5");
var withoutBorderf = document.getElementById("img6");

	withoutBorderb.style.borderWidth = "0px";

	withoutBorderc.style.borderWidth = "0px";

	withoutBorderd.style.borderWidth = "0px";

	withoutBordere.style.borderWidth = "0px";
 
	withoutBorderf.style.borderWidth = "0px";}
	
function placeBorder2 () {
	withBorder = document.getElementById("img2");

	withBorder.style.borderWidth = "2px";

var withoutBordera = document.getElementById("img1");
var withoutBorderb = document.getElementById("img2");
var withoutBorderc = document.getElementById("img3");
var withoutBorderd = document.getElementById("img4");
var withoutBordere = document.getElementById("img5");
var withoutBorderf = document.getElementById("img6");

	withoutBordera.style.borderWidth = "0px";

	withoutBorderc.style.borderWidth = "0px";

	withoutBorderd.style.borderWidth = "0px";

	withoutBordere.style.borderWidth = "0px";
 
	withoutBorderf.style.borderWidth = "0px"; }

function placeBorder3 () {
	withBorder = document.getElementById("img3");

	withBorder.style.borderWidth = "2px";

var withoutBordera = document.getElementById("img1");
var withoutBorderb = document.getElementById("img2");
var withoutBorderc = document.getElementById("img3");
var withoutBorderd = document.getElementById("img4");
var withoutBordere = document.getElementById("img5");
var withoutBorderf = document.getElementById("img6");

	withoutBordera.style.borderWidth = "0px";

	withoutBorderb.style.borderWidth = "0px";

	withoutBorderd.style.borderWidth = "0px";

	withoutBordere.style.borderWidth = "0px";
 
	withoutBorderf.style.borderWidth = "0px"; }

function placeBorder4 () {
	withBorder = document.getElementById("img4");

	withBorder.style.borderWidth = "2px";


var withoutBordera = document.getElementById("img1");
var withoutBorderb = document.getElementById("img2");
var withoutBorderc = document.getElementById("img3");
var withoutBorderd = document.getElementById("img4");
var withoutBordere = document.getElementById("img5");
var withoutBorderf = document.getElementById("img6");

	withoutBordera.style.borderWidth = "0px";

	withoutBorderb.style.borderWidth = "0px";

	withoutBorderc.style.borderWidth = "0px";

	withoutBordere.style.borderWidth = "0px";
 
	withoutBorderf.style.borderWidth = "0px";}

function placeBorder5 () {
	withBorder = document.getElementById("img5");

	withBorder.style.borderWidth = "2px";

var withoutBordera = document.getElementById("img1");
var withoutBorderb = document.getElementById("img2");
var withoutBorderc = document.getElementById("img3");
var withoutBorderd = document.getElementById("img4");
var withoutBordere = document.getElementById("img5");
var withoutBorderf = document.getElementById("img6");

	withoutBordera.style.borderWidth = "0px";

	withoutBorderb.style.borderWidth = "0px";

	withoutBorderc.style.borderWidth = "0px";

	withoutBorderd.style.borderWidth = "0px";
 
	withoutBorderf.style.borderWidth = "0px"; }

function placeBorder6 () {
	withBorder = document.getElementById("img6");

	withBorder.style.borderWidth = "2px";

var withoutBordera = document.getElementById("img1");
var withoutBorderb = document.getElementById("img2");
var withoutBorderc = document.getElementById("img3");
var withoutBorderd = document.getElementById("img4");
var withoutBordere = document.getElementById("img5");
var withoutBorderf = document.getElementById("img6");

	withoutBordera.style.borderWidth = "0px";

	withoutBorderb.style.borderWidth = "0px";

	withoutBorderc.style.borderWidth = "0px";

	withoutBorderd.style.borderWidth = "0px";
 
	withoutBordere.style.borderWidth = "0px"; }
