	function switchPicture(src){
//		frames['I1'].location.href=src;
		document.images['I1'].src=src;
	}
