/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function showDiv(imgID)
{
   document.getElementById("img_box").style.backgroundImage = imgID;
}

function greet()
{
    alert("If you are unable to view the menu, please upgrade your browser to at least the following versions:\n\
IE 7\n\
Firefox 3.5.5\n\
Google Chrome 0.3.154.9\n\
Safari 4.0.3");
}
