///////////////////////////////////////////////////////////////////////////////
// WINDOW POP-UP FUNCTIONS                                                   //
///////////////////////////////////////////////////////////////////////////////

function newsletter()
{
  window.open('../prteam/pages/newsletter.html','newsletter','width=600,height=490,menubar=no,toolbar=no,location=no,scrollbars=no,resizable=yes,status=no,directories=no,top=10,left=10');
}


