

function bui_leaving_popup( page ) 
{
  parentDest=page;
  inttemp=window.open( contextPath+'/jsp/utils/interstit.jsp', 'interstit','height=180,width=420');
  inttemp.focus();
}
pdfDest='';
function bui_pdfxfer( page ) 
{
  pdfDest=page;
  pdftemp=window.open( contextPath+'/jsp/utils/pdfxfer/prepdf.jsp', 'pdfxfer','height=250,width=420');
  pdftemp.focus();
}
window.addEvent('domready',function(){
	//alert('sry');
	$$('div.caloutCol4').addEvent('mouseover',function(){
		//alert('hii');
		//alert(this.getStyle('cursor'));
		this.setStyle('cursor','pointer');
		this.addClass('marginTop10');
	});
	$$('div.caloutCol4').addEvent('mouseout',function(){
		//alert('hii');
		this.removeClass('marginTop10');
	});
});

