﻿// JScript File
 
<!--
function openWindow(url) {
  popupWin = window.open(url,'new_page','width=400,height=400')
}
function jumpTo(s) {if (s.selectedIndex != 0) top.location.href = s.options[s.selectedIndex].value;return 1;}

function ForumJumpTo(s) {if (s.selectedIndex != 0) top.location.href = "forum.aspx?FORUM_ID=" + s.options[s.selectedIndex].value;return 1;}

function ChangePage(){document.PageNum.submit();}
//--> 

