﻿/// <reference name="MicrosoftAjax.js"/>
var temp;
function Over(obj)
{
    temp=obj.src;
    obj.src=obj.src.replace("_","");
}
function Out(obj)
{
    obj.src=temp;
}
function openImg(obj)
{
    window.open(obj.src);
}
