skins=getCookie('skins')

//悬停提示
document.write("<div style='border:2px solid #f8f8f8;background-color:#FAFAFA;font-size:12px;position:absolute;padding:5px;visibility:hidden;filter:alpha(opacity=90)' id=altlayer></div>")

//所有页面总局body起始
function htmltop(){

document.writeln("<div id=\"Layer1\" style=\"position:absolute; width:470px; height:140px; z-index:1; right: 0; top: 0;\">");
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td align=\"right\"><div align=\"right\"><EMBED src=images\/skins\/"+skins+"\/niao.swf width=470 height=140 type=application\/x-shockwave-flash wmode=\'transparent\'><\/div><\/td><\/tr><\/table><\/div>")

document.writeln("<table width=\"100%\" height=\"140\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"33\" height=\"140\"><img src=\"images\/skins\/"+skins+"\/top1.gif\" width=\"400\" height=\"140\"><\/td><td width=\"100%\" height=\"140\" background=\"images\/skins\/"+skins+"\/top2.gif\"><\/td><td width=\"33\" height=\"140\"><img src=\"images\/skins\/"+skins+"\/top3.gif\" width=\"400\" height=\"140\"><\/td><\/tr><\/table>")
}

//这里是可限制所有页面的总宽度
//所有页面最顶部和最底部图片
//在setup.asp文件内

//所有页面总局/body终结
function htmlbottom(){
document.writeln("<table width=\"100%\" height=\"71\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"126\" height=\"71\"><img src=\"images\/skins\/"+skins+"\/w1.gif\" width=\"126\" height=\"71\"><\/td><td width=\"100%\" height=\"71\" align=\"center\" background=\"images\/skins\/"+skins+"\/w2.gif\"><\/a><br><br>&copy; 版权所有：<b>枫桐论坛</b>保留所有权利　最佳分辨率：1024*768　当前风格：举国同庆<br><br><a href=http:\/\/www.miibeian.gov.cn/login.jsp target=_blank>粤ICP备05003318号<\/a><br><\/td><td width=\"119\" height=\"12\"><img src=\"images\/skins\/"+skins+"\/w3.gif\" width=\"119\" height=\"71\"><\/td><\/tr><\/table>")
}


//所有页面顶部导航部分表格起始
function htmltop1(){
document.writeln("<table width=\"100%\" height=\"33\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" background=\"images\/skins\/"+skins+"\/topbg.gif\"><tr><td height=\"33\">&nbsp;&nbsp;")
}

//这里是所有页面顶部的导航下拉莱单images/skins/abc.asp

//所有页面顶部导航部分表格结束
function htmltop2(){
document.writeln("<\/td><\/tr><\/table>")
}





//公告开始
function ysgg1(){
document.writeln("<table width=\"80%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"50\">&nbsp;<\/td><td width=\"210\"><img src=\"images\/skins\/"+skins+"\/logo.gif\" width=\"195\" height=\"35\"><\/td><td width=\"40\" valign=\"bottom\"><img src=\"images\/skins\/"+skins+"\/gga.gif\" width=\"24\" height=\"35\"><\/td><td><img src=\"images\/skins\/"+skins+"\/ggz1.gif\" width=\"14\" height=\"35\"><\/td><td width=\"100%\" valign=\"bottom\" background=\"images\/skins\/"+skins+"\/ggbg2.gif\">")
}

//公告结束
function ysgg2(){
document.writeln("<\/td><td width=\"13\"><img src=\"images\/skins\/"+skins+"\/ggy1.gif\" width=\"13\" height=\"35\"><\/td><\/tr><\/table>")
document.writeln("")
}


//所有页面底部的版权表格起始
function htmltop3(){
document.writeln("<br>")
}

//这里是底部的版权内容在setup.asp文件内

//所有页面底部的版权表格结束
function htmltop4(){
}

