// JavaScript Document
function resizeimg(imgid){
	if(imgid.width>600) {imgid.resized=true; imgid.width=600;imgid.style.cursor='hand';imgid.alt="Click to Open the Big Picture";}
}
function openimg(imgid,imgurl){
	if(imgid.width>599) {window.open(imgurl);}
}