// javascript Utilities
function bui_leaving_popup( page ) {
  parentDest=page;
  inttemp=window.open( '/utils/interstit.jsp', 'interstit','height=560,width=550');
  inttemp.focus();
}

function bui_ExcessIron_popup( page ) {
  parentDest=page;
  inttemp=window.open( '/utils/excessIron.jsp', 'interstit','height=334,width=550');
  inttemp.focus();
}

function bui_privacy_popup( page ) {
  parentDest=page;
  inttemp=window.open( '/utils/privacy.jsp', 'privacy','status=yes,resizable=yes,height=280,width=420');
  inttemp.focus();
}

pdfDest='';
function bui_pdfxfer( page ) {
  pdfDest=page;
  pdftemp=window.open( '/utils/pdfxfer/prepdf.jsp', 'pdfxfer','height=320,width=420');
  pdftemp.focus();
}

// this assigns the name "BRAND" to the website, so it can be referred to by windows that have been spawned (popups)
window.name='BRAND';

if(top.frames.length!=0) {
	top.location=self.document.location;
}
