var image;
image=new Image();
image.src='images/mens_theory_tope_on.gif';
function enton(){
document.tope.src = image.src;
}
function entoff(){
document.tope.src = 'images/mens_theory_tope_off.gif';
}
