			var statusMessage = 'http://www.tonyrakaartgallery.com/';
				window.status = statusMessage;
			
			var tCell= document.getElementsByTagName('TR');
				for (i=0;i<tCell.length;i++) {
					if (tCell[i].className=="nrow1" || tCell[i].className=="nrow2"){
						tCell[i].onmouseover=function(){this.style.backgroundColor="B52222";this.style.cursor='hand';window.status=statusMessage; }
						tCell[i].onmouseout=function(){this.style.backgroundColor="";window.status=statusMessage; }
						tCell[i].onclick=function(){location = this.getElementsByTagName('a')[0].href; }
					}else if (tCell[i].className=="nrow3" || tCell[i].className=="nrow4"){
						tCell[i].onmouseover=function(){this.style.backgroundColor="99CCFF";this.style.cursor='hand';window.status=statusMessage; }
						tCell[i].onmouseout=function(){this.style.backgroundColor="";window.status=statusMessage; }
						tCell[i].onclick=function(){location = this.getElementsByTagName('a')[0].href; }
					}else if (tCell[i].className=="nrow5" || tCell[i].className=="nrow6"){
						tCell[i].onmouseover=function(){this.style.backgroundColor="FFCCCC";this.style.cursor='hand';window.status=statusMessage; }
						tCell[i].onmouseout=function(){this.style.backgroundColor="";window.status=statusMessage; }
						tCell[i].onclick=function(){location = this.getElementsByTagName('a')[0].href; }
					}
				}
