// JavaScript Document
function cas()
{
        var max_width = 800;//window.screen.availWidth; 
        var max_height = 600;//window.screen.availHeight;
        var caslist = window.open("http://220.191.204.239/cas/caslogin.php","new","width="+max_width+",height="+max_height+",location=yes,scrollbars=yes,resizable=yes,titlebar =yes,status = yes,toolbar = yes,fullscreen=no,menubar=yes");
        caslist.focus();
        this.blur();
        if (!caslist)
        {
                alert("页面被拦截请设置浏览器");
        }
        return false;
} 
document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"248\">");
document.writeln("        <tr>");
document.writeln("            <td width=\"12\"><\/td>");
document.writeln("            <td align=\"center\"><a target=\"_blank\" href=\"http:\/\/wenzhou.cn\/\">市民信箱<\/a><\/td>");
document.writeln("            <td width=\"1\"><img border=\"0\" alt=\"\" width=\"1\" height=\"12\" src=\"\/picture\/0\/110823172703874.gif\" \/><\/td>");
document.writeln("            <td align=\"center\"><a target=\"_blank\" href=\"http:\/\/wenzhou.gov.cn\/\">公务信箱<\/a><\/td>");
document.writeln("            <td width=\"1\"><img border=\"0\" alt=\"\" width=\"1\" height=\"12\" src=\"\/picture\/0\/110823172703874.gif\" \/><\/td>");
document.writeln("            <td align=\"center\"><a onclick=\"javascript:cas();\" href=\"#\">单点登陆入口<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("<\/table>");
