﻿
// 显示无模式对话框
function ShowDialog(url, width, height) {
	var arr = showModalDialog(url, window, "dialogWidth:" + width + "px;dialogHeight:" + height + "px;help:no;scroll:no;status:no");
}
function cjcwinopen(str,stitle){
	window.open(str,stitle,'status=no,resizable=no,scrollbars=no,screenX=100,screenY=100,width=700,height=400');
}