// JavaScript Document

   <!-- here's the script for the privacy notice pop up windows -->


<!--
function pn(page){

newmiddle = window.open(page,"","height=550,width=455,menubar=1,resizable=0,scrollbars=1,status=1,titlebar=0,toolbar=0,left="+((screen.availWidth-500)/2)+",top="+((screen.availHeight-400)/2)+"");

newmiddle.focus() 

}

// -->
