www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > js/plusin_poll.js

    <script language="JavaScript">

function ShowPoll2()
{
	Show_Poll2.style.display='inline';
	Show_Poll1.style.display='none';
}

function ShowPoll1()
{
	Show_Poll1.style.display='inline';
	Show_Poll2.style.display='none'
}

</Script>