// JavaScript Document

/* Image Selector:
Ivan Torres
*/

function showimage()
{
if (!document.images)
return
document.images.pictures.src=
document.InfoRequest.picture.options[document.InfoRequest.picture.selectedIndex].value
}



function showimagePeriodicTable()
{
if (!document.images)
return
document.images.pictures.src=
document.periodicTable.picture.options[document.periodicTable.picture.selectedIndex].value
}
