// JavaScript Document
function picload(picloc){
		if (document.images){
			document['bigpic'].src=picloc;
		}
	}
