// JavaScript Document
// Image loading and setting the content page

function chgImg(imgField,newImg)
{   if (document.images)
    {   document[imgField].src = eval(newImg+".src")}
}


function setContent(page)
{   document.location.href = contentArray[page]
}

/*function checkSearch(){
alert(document.form.element.Topnav1:text_search);
} */  