function show()
{
$.layerSetup({
id:"abc",//The ID of the pop-up layer
title:"test",//Title
content:'test',//Content
isbg:false,//Whether the background shading layer is displayed
opacity:0.3,//The transparency of the background occlusion layer is greater, the lower the transparency. 0 is completely transparent and 1 is opaque.
templete:'<div class="showwint_mini_title"><span class="showwint_mini_close_btn"><a href="javascript:void(null);" class="layerclose"></a></span><span class="showwint_mini_title_content" ><span ></span></span></div><div class="showwint_mini_content"><div class="showwint_mini_content_content"></div></div>'//Template
});
$.layershow();
}