this is my current Script
Code:
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
function GetNFLFORM1()
{
    window.open("nflpoll/week_c1.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM2()
{
    window.open("nflpoll/week_c2.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM3()
{
    window.open("nflpoll/week_c3.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM4()
{
    window.open("nflpoll/week_c4.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM5()
{
    window.open("nflpoll/week_c5.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM6()
{
    window.open("nflpoll/week_c6.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM7()
{
    window.open("nflpoll/week_c7.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM8()
{
    window.open("nflpoll/week_c8.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM9()
{
    window.open("nflpoll/week_c9.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM10()
{
    window.open("nflpoll/week_c10.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM11()
{
    window.open("nflpoll/week_c11.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM12()
{
    window.open("nflpoll/week_c12.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM13()
{
    window.open("nflpoll/week_c13.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM14()
{
    window.open("nflpoll/week_c14.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM15()
{
    window.open("nflpoll/week_c15.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM16()
{
    window.open("nflpoll/week_c16.htm", "","width=375,height=200,scrollbars=1")
}
function GetNFLFORM17()
{
    window.open("nflpoll/week_c17.htm", "","width=375,height=200,scrollbars=1")
}
//-->
</SCRIPT>
I want this code change into a simplier one.