var hobyImage= new Array();
hobyImage[1] = new Image(); hobyImage[1].src = "images/photos/001.jpg";
hobyImage[2] = new Image(); hobyImage[2].src = "images/photos/002.jpg";
hobyImage[3] = new Image(); hobyImage[3].src = "images/photos/003.jpg";
hobyImage[4] = new Image(); hobyImage[4].src = "images/photos/004.jpg";
hobyImage[5] = new Image(); hobyImage[5].src = "images/photos/005.jpg";
hobyImage[6] = new Image(); hobyImage[6].src = "images/photos/006.jpg";
hobyImage[7] = new Image(); hobyImage[7].src = "images/photos/007.jpg";
hobyImage[8] = new Image(); hobyImage[8].src = "images/photos/008.jpg";
hobyImage[9] = new Image(); hobyImage[9].src = "images/photos/009.jpg";

var imgNum = "8";

function imgClick(targetImage,num) {

	var photo = "document." + targetImage + ".src = hobyImage[num].src";
	eval(photo);
	var i = 1;
	for(var i=1; i<=imgNum; i++) {
		if (document.getElementById);
	}
}