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