<!--  
menu1on = new Image();           menu1on.src =  "http://appspatrol.com/wp-content/themes/eVid/images/screenshots-button-hover.png";  
menu1off = new Image();          menu1off.src = "http://appspatrol.com/wp-content/themes/eVid/images/screenshots-button.png";
menu1_1on = new Image();         menu1_1on.src =  "http://appspatrol.com/wp-content/themes/eVid/images/video-button-hover.png";  
menu1_1off = new Image();        menu1_1off.src = "http://appspatrol.com/wp-content/themes/eVid/images/video-button.png"

function img_act(imgName)  
{ imgOn = eval(imgName + "on.src"); 
document [imgName].src = imgOn; } 
function img_inact(imgName) 
{ imgOff = eval(imgName + "off.src"); 
document [imgName].src = imgOff; }  
