function ShowIntegration(code){
var DIV1="#DivArticleList";
var URL1
if(code=="G" || code=="X")
{
 URL1=Server+"remote/integrationList.aspx?TYPE="+code;
}else if(code==0){
URL1=Server+"remote/integrationList.aspx?";
}else{
URL1=Server+"remote/integrationList.aspx?CODE="+code;
}
var DIV2="#nowPoint";
REQUEST(URL1,DIV1);
$(DIV2).empty();
$(DIV2).append("[" + code + "]");
}