//--------------------中国中小企业本溪网---PopDialog 窗口-----------------------------
function Smebx_WebSiteManage_Login(Skin)
{
    J.dialog.get({ id: 'Smebx_WebSiteManage_Login', title: '中国中小企业本溪网-后台登陆窗口', page: '../Smebx_WebSiteManage/', width: '470', height: '350', cover: true, rang: true, nodrag: false, noresize: true, nofoot: true, skin: Skin, noch: true });
}

function PopDialog_Message(Title,Type,Code,Skin)//弹出信息窗口，参数：标题，类型，详细文本，样式
{
    J.dialog.get({ id: 'PopDialog_Message', title: '中国中小企业本溪网 - ' + Title, page: '../Smebx_DefinedFunction/Smebx_PopDialog_Content.Asp?Type=' + Type + '&Code=' + Code, width: '500', height: '210', cover: true, rang: true, nodrag: false, noresize: true, nofoot: true, skin: Skin, noch: true });
}

function PopDialog_WebSiteMessage(Title,Type,Code,Skin)//弹出信息窗口，参数：标题，类型，详细文本，样式
{
    J.dialog.get({ id: 'PopDialog_Lxwm', title: '中国中小企业本溪网 - ' + Title, page: '../Smebx_DefinedFunction/Smebx_PopDialog_Content.Asp?Type=' + Type + '&Code=' + Code, width: '950', height: '500', cover: true, rang: true, nodrag: false, noresize: true, nofoot: true, skin: Skin, noch: true });
}

function PopDialog_DownLoadFileTraining(Title,Type,DownLoadFile_Id,Skin)//弹出信息窗口，参数：标题，类型，详细文本，样式
{
    J.dialog.get({ id: 'PopDialog_DownLoadFileTraining', title: '中国中小企业本溪网 - ' + Title, page: '../Smebx_DefinedFunction/Smebx_PopDialog_Content.Asp?Type=' + Type + '&DownLoadFile_Id=' + DownLoadFile_Id, width: '470', height: '350', cover: true, rang: true, nodrag: false, noresize: true, nofoot: true, skin: Skin, noch: true });
}
function PopDialog_Building(Title,Type,Building_Content,Skin)//弹出信息窗口，参数：标题，类型，详细文本，样式
{
    J.dialog.get({ id: 'PopDialog_Building', title: '中国中小企业本溪网 - ' + Title, page: '../Smebx_DefinedFunction/Smebx_PopDialog_Content.Asp?Type=' + Type + '&Building_Content=' + Building_Content, width: '950', height: '500', cover: true, rang: true, nodrag: false, noresize: true, nofoot: true, skin: Skin, noch: true });
}
