function openWindow(url) {popupWin = window.open(url,'new_page','width=400,height=400')}

function openWindow2(url) {	popupWin = window.open(url,'new_page','width=400,height=450')}

function openWindow3(url) {	popupWin = window.open(url,'new_page','width=400,height=450,scrollbars=yes')}

function openWindow4(url) {	popupWin = window.open(url,'new_page','width=400,height=525')}

function openWindow5(url) {	popupWin = window.open(url,'new_page','width=450,height=525,scrollbars=yes,toolbars=yes,menubar=yes,resizable=yes')}

function openWindow6(url) {	popupWin = window.open(url,'new_page','width=500,height=450,scrollbars=yes')}

function openWindowHelp(url) {popupWin = window.open(url,'new_page','width=470,height=200,scrollbars=yes')}

function openPollWindow(url,w,h) {popupWin = window.open(url,'new_page','width='+w+',height='+h+',scrollbars=yes')}

function pmmembers() {var MainWindow = window.open ("pm_pop_members.asp", "","toolbar=no,location=no,menubar=no,scrollbars=yes,width=250,height=500,top=100,left=100,resizeable=yes,status=no");}

function searchmembers() {var MainWindow = window.open ("search_members.asp", "","toolbar=no,location=no,menubar=no,scrollbars=yes,width=250,height=500,top=100,left=100,resizeable=yes,status=no");}

function submitPoll(btnPressed) {
btnPressed.disabled=true;
if (btnPressed.name == "results") {
document.Poll.Method_Type.value = "guest_vote";}
else {
document.Poll.Method_Type.value = "member_vote";}
document.Poll.submit();}

function unsub_confirm(link){
var where_to= confirm("Do you really want to Unsubscribe?");
if (where_to== true) {
popupWin = window.open(link,'new_page','width=400,height=400')}}

function ChangePage(fnum){
if (fnum == 1) {
document.PageNum1.submit();}
else {
document.PageNum2.submit();}}

function jumpTo(s) {if (s.selectedIndex != 0) location.href = s.options[s.selectedIndex].value;return 1;}

function setDays() {document.DaysFilter.submit(); return 0;}

function DescriptionCharCount() {document.PostTopic.countchars.value = document.PostTopic.Message.value.length;}

function DescriptionCharCount2() {document.PostTopic.countchars2.value = document.PostTopic.keys.value.length;}

function OpenPreview() {
var curCookie = "strMessagePreview=" + escape(document.PostTopic.Message.value);
document.cookie = curCookie;
popupWin = window.open('pop_preview.asp', 'preview_page', 'scrollbars=yes,width=750,height=450')}