//各屏幕弹出窗样式
// 1366*768var style_1366x768 = "dialogWidth:950px;dialogHeight:650px;help:no;center:yes;status:no;resizable:no;location:yes;";
//弹出窗口示例代码function showDialog(url,title,style) { window.showModalDialog(url, title, style);}