function go(form)
{
if (document.PageSelect.page.options[document.PageSelect.page.selectedIndex].value != "")
{
window.location=document.PageSelect.page.options[document.PageSelect.page.selectedIndex].value
}
}

function newWindow()
{
catWindow = window.open('http://www.angelfire.com/rpg2/dbz23/jukebox.html','jukeboxWindow','width=450,height=35')
}

function ut2003Window()
{
catWindow = window.open('ut2003.html','ut2003window','width=600,height=650,scrollbars=yes,resizable=yes')
}

function nwnWindow()
{
catWindow = window.open('nwn.html','nwnwindow','width=600,height=650,scrollbars=yes,resizable=yes')
}

function roWindow()
{
catwindow = window.open('ragnarokonline.html','rowindow','width=600,height=650,scrollbars=yes,resizable=yes')
}

function JSSource()
{
catWindow = window.open('javascriptsourcecode.html','JSSourceWindow','width=600,height=650,scrollbars=yes,resizable=yes')
}

function PHPSource()
{
catWindow = window.open('phpsourcecode.html','PHPSourceWindow','width=600,height=650,scrollbars=yes,resizable=yes')
}

function CGISource()
{
catWindow = window.open('cgisourcecode.html','CGISourceWindow','width=600,height=650,scrollbars=yes,resizable=yes')
}

function CPPSource()
{
catWindow = window.open('CPPsourcecode.html','CPPSourceWindow','width=600,height=650,scrollbars=yes,resizable=yes')
}