if(typeof deconcept=="undefined") var deconcept=new Object();
if(typeof deconcept.util=="undefined")deconcept.util=new Object();
if(typeof deconcept.SWFObjectUtil=="undefined")deconcept.SWFObjectUtil=new Object();
deconcept.SWFObject=function(){};
deconcept.SWFObject.prototype=
{   
     write:function(id,objHtml)
     {       
        var n=document.getElementById(id);
        n.innerHTML=objHtml;
        return true;
     }
};

deconcept.SWFObjectUtil.cleanupSWFs=function()
{
    var _2f=document.getElementsByTagName("OBJECT");
    for(var i=_2f.length-1;i>=0;i--)
    {
        _2f[i].style.display="none";
        for(var x in _2f[i])
        {
            if(typeof _2f[i][x]=="function")_2f[i][x]=function(){};
        }
     }
};
if(deconcept.SWFObject.doPrepUnload)
{
    if(!deconcept.unloadSet)
    {
        deconcept.SWFObjectUtil.prepUnload=function()
        {
            __flash_unloadHandler=function(){};
            __flash_savedUnloadHandler=function(){};
            window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);
        };
        window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);
        deconcept.unloadSet=true;
    }
}
if(!document.getElementById&&document.all)
{
    document.getElementById=function(id)
    {
        return document.all[id];
    };
}
var getQueryParamValue=deconcept.util.getRequestParameter;
var FlashObject=deconcept.SWFObject;
var SWFObject=deconcept.SWFObject;

