﻿try{document.execCommand("BackgroundImageCache", false, true);}
catch(e){}
function GetUrllist()
{
    var s=window.location.href;

    if(s.indexOf('products')>0)
    {
        var url=s.split('/');
        return "products/"+((url[url.length-1].indexOf(".html")>0||url[url.length-1].indexOf(".aspx")>0)? url[url.length-1]:"index.html");
    }
    else
    {
        var url=s.split('/');
        return (url[url.length-1].indexOf(".html")>0||url[url.length-1].indexOf(".aspx")>0)? url[url.length-1]:"index.html";
    }
}
function bbb()
{
    document.getElementById("BuiltRegister").innerHTML='<iframe src="/BuiltRegister.aspx" frameborder=no scrolling="no" allowTransparency="true" width=384px height=310></iframe>';
    document.getElementById("BuiltRegister").style.display="";
}
