function ShowPrivacyPopup(popupURL) 
{
  // open the popup window
  
    var popup = window.open(popupURL,"PrivacyPolicy",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=400,height=500,left=175,top=0');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
    popup.location = popupURL;
  }
}

function ShowDollarPopup(popupURL) 
{
  // open the popup window
  
    var popup = window.open(popupURL,"Dollar",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=400,height=500,left=175,top=0');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
    popup.location = popupURL;
  }
}
function ShowNewsPopup(popupURL) 
{
  // open the popup window
  
    var popup = window.open(popupURL,"Dollar",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=250,height=400,left=175,top=0');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
    popup.location = popupURL;
  }
}
function ShowReminderPopup(popupURL) 
{
  // open the popup window
  
    var popup = window.open(popupURL,"Reminder",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=445,height=495,left=275,top=25');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
    popup.location = popupURL;
  }
}

function ShowFabPopup(popupURL) 
{
  // open the popup window
  
    var popup = window.open(popupURL,"Reminder",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=345,height=455,left=275,top=25');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
    popup.location = popupURL;
  }
}

function ShowShippingPopup(popupURL) 
{
  // open the popup window
  
    var popup = window.open(popupURL,"Shipping",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=445,height=495,left=275,top=25');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
    popup.location = popupURL;
  }
}

function ShowVotingPopup(popupURL) 
{
  // open the popup window
  
    var popup = window.open(popupURL,"Voting",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=300,height=200,left=275,top=25');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
    popup.location = popupURL;
  }
}
function ShowCopThisPopup(popupURL) 
{
  // open the popup window
  
    var popup = window.open(popupURL,"Voting",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=420,height=450,left=275,top=25');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
    popup.location = popupURL;
  }
}