﻿// JScript 文件

function showPage(id)
{

    window.open('messagePage.aspx?curid='+id+ '','newwindow','height=410,width=620,top=0,left=0,toolbar=no,menubar=no,scrollbars=no, resizable=yes,location=no, status=no');

}
