	function fcnGotoLargerImage(i) {
		imgloc = "/bellevue2006/"
		imgsrc = i.replace(imgloc,imgloc+"big/");
		//alert(i);
		u = "full_picture.htm?i="+imgsrc;
		win=window.open(u,"Full_Picture_Display",'toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,directories=no,resizable=yes,width=800,height=600,screenx=10,screeny=10,dependent=yes');
		if (!win.opener) win.opener=self;
		if (win.focus) win.focus();
	}
	function fcnGotoPopUpImage(i) {
		imgsrc = "images/"+i;
		//alert(i);
		u = "full_picture.htm?i="+imgsrc;
		popwin=window.open(u,"Popup_Picture",'toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,directories=no,resizable=yes,width=420,height=320,screenx=10,screeny=10,dependent=yes');
		if (!popwin.opener) popwin.opener=self;
		if (popwin.focus) popwin.focus();
	}
	function fcnGotoAlbumImage(i,t) {
		imgsrc = i.replace("tn.jpg",".jpg");
		//alert(imgsrc);
		u = "full_album.htm?i="+imgsrc+"&ttl="+t;
		popwin=window.open(u,"Popup_Picture",'toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,directories=no,resizable=yes,width=420,height=320,screenx=10,screeny=10,dependent=yes');
		if (!popwin.opener) popwin.opener=self;
		if (popwin.focus) popwin.focus();
	}
	function fcnMenuOver(i) {
		i.src = i.src.replace("up.jpg","ovr.jpg");
	}
	function fcnMenuDown(i,h) {
		i.src = i.src.replace("ovr.jpg","dn.jpg");
		setTimeout("fcnNextHref('"+h+"')", 500);
	}
	function fcnMenuUp(i) {
		i.src = i.src.replace("dn.jpg","ovr.jpg");
	}
	function fcnMenuOut(i) {
		i.src = i.src.replace("ovr.jpg","up.jpg");
	}
	function fcnOpenNoSpamMail(em) {
	    tmp = "mailto:"+em;
	    nsp = "NOSPAMPLEASE";
	    m = tmp.substring(0,tmp.indexOf(nsp))+"@"+tmp.substring((tmp.indexOf(nsp)+nsp.length),tmp.length);
		emlwin=window.open(m,"NoSpamEmail",'toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,resizable=no,width=445,height=225,screenx=20,screeny=20,dependent=yes');
	}
	function fcnOpenNoSpamMailSubj(em,sbj) {
	    tmp = "mailto:"+em+"?subject="+sbj;
	    nsp = "NOSPAMPLEASE";
	    m = tmp.substring(0,tmp.indexOf(nsp))+"@"+tmp.substring((tmp.indexOf(nsp)+nsp.length),tmp.length);
		emlwin=window.open(m,"NoSpamEmail",'toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,resizable=no,width=445,height=225,screenx=20,screeny=20,dependent=yes');
	}
	function fcnNextHref(h) {
		top.location.href = h;
		return true;
	}
