function showimage(){
	if (!document.images)
	return

	if (document.images.pictures){
		document.images.pictures.src=document.form_.os0.options[document.form_.os0.selectedIndex].id
	}

	if (document.images.picture){
		document.images.picture.src=document.form_.os1.options[document.form_.os1.selectedIndex].id
	}
}

function lastUpdate(){
	if (!document.write)
		return
	document.write ("Last Updated 01-15-2011");
}
