// For picture gallery

function openImage(str)
	 {
	 window.open (str,"Matriux","width=800,height=600,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
	 }
 
function borderit(which,color){

	if (document.all||document.getElementById){
	which.style.borderColor=color
	}
}
