// frame breakif (self != top){top.location.href = self.location.href}//  MiniWindow (used for 'send this page')var newwindow;function openminiwindow(url){ newwindow=window.open(url,'name','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,re sizable=yes,width=450,height=400,left=0,top=0');if (window.focus) {newwindow.focus()}}
