
function fmi_getmainimagewidth()
{
    return fmi_mainimagewidth;
}

function fmi_getmainimageheight()
{
    return fmi_mainimageheight;
}

function fmi_getsimagewidth()
{
    return fmi_simagewidth;
}

    function fmi_getsimageheight()
{
    return fmi_simageheight;
}

function fmi_getxmlurl()
{
    return fmi_xmlurl;
}

function fmi_getbackgroundimage()
{                  
    return fmi_backgroundimage;
}

function fmi_gotourl(id)
{
	window.location = "/?action=product_productdetail&id=" + id;
}

function fmi_main()
{

}

function fmi_clickItem(_id)
{
    selid = _id;
    phplivex_getfiledirtype(_id, {target: 'panel_placebet_templist', onFinish: fmi_returnidtype, preload: 'panel_loading'});
}

function fmi_returnidtype(resp)
{
    if (resp == "dir")
    {
        window.location = "/?action=product_pstatic&dirid=" + selid;
    }
    else
    {

        document.getElementById('panel_flash').style.display="none";
        document.getElementById('panel_detail').style.display="block";
        document.getElementById('panel_detail_content').innerHTML = resp;
    }
}

function fmi_closedetail()
{
   document.getElementById('panel_flash').style.display="block";
   document.getElementById('panel_detail').style.display="none";
}
