﻿function show(as)
{
    var im=as;
    var x=im.substring(0,1);
    var y=im.substring(2,im.length);
    document.getElementById('DivNews').style.display="block";
    document.getElementById('ImgHd').src="http://deepika.com/SendImages/"+as;
    document.getElementById('ImgDes').src="http://deepika.com/SendImages/"+(x+y);
}
function cls()
{
    document.getElementById('DivNews').style.display="none";
}
function cnt()
{
 document.getElementById('DCnter').style.display="block";
}
function FixFlash(SwfFileName)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="' + 999 +'" height="'+120+'">\n');
    document.write('<param name="WMode" value="transparent">\n');
    document.write('<param name="movie" value="Ads/'+SwfFileName+'">\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="Ads/'+SwfFileName+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="999" height="120">\n');
    document.write('</object>\n');
}
function AdminFixFlash(SwfFileName)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="' + 150 +'" height="'+100+'">\n');
    document.write('<param name="WMode" value="transparent">\n');
    document.write('<param name="movie" value="../Ads/'+SwfFileName+'">\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="../Ads/'+SwfFileName+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="150" height="100">\n');
    document.write('</object>\n');
}
function FixFlashPublic(SwfFileName)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="300">\n');
    document.write('<param name="WMode" value="transparent">\n');
    document.write('<param name="movie" value="Ads/'+SwfFileName+'">\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="Ads/'+SwfFileName+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="300">\n');
    document.write('</object>\n');
}
function cnt()
{
if(document.getElementById('DCnter').style.display=="block")

 document.getElementById('DCnter').style.display="none";
 else
 document.getElementById('DCnter').style.display="block";
}
