	function picchange(PhotoName){
		if(document.getElementById("mainpic")){
			document.getElementById("mainpic").src = PhotoName ;
			document.getElementById("mainpiclink").href = PhotoName ;
		} else {
			top.location.href= "";
		}
	}

