﻿// JScript File
function PlaySound(id){
    var strInnerHtml="<embed src='http://www.mahdiblog.ir/Sound/Gallery/" + id + ".mp3' type=application/x-mplayer2 loop=false SHOWSTATUSBAR=0 width=150 height=45 SHOWSTATUSBAR=0 ShowPositionControls=0></embed>";
    document.write(strInnerHtml);

}



