﻿// JavaScript Document
function changeMenu(no,pic,mOver)
{
no.src='images/AD/'+pic+'.jpg';
if (mOver==1)
no.style.cursor='hand';
else
no.style.cursor='';
}

