function framebuster() {
	if (self.parent.frames.length != 0) self.parent.location=document.location;
}

function startup() {
	framebuster();
}

function PopupPhoto(id) {
	var photourl = "photo.cfm?id="+id;
	if (document.images) {
		pw=window.open( photourl, "pw", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=500,screenX=50,screenY=50,top=50,left=50");
	} else {
		alert( '\nSorry, this Feature requires Netscape Navigator, Version 3.0 or greater\n'+
				'or Microsoft Internet Explorer, Version 4.0+.\n\n' );
	}
}

