function showDetail (obj1,obj2) {

document.getElementById(obj1).style.visibility='hidden';
document.getElementById(obj2).style.visibility='visible';
	
}


function hideDetail (obj1,obj2) {

document.getElementById(obj1).style.visibility='visible';
document.getElementById(obj2).style.visibility='hidden';
	
}


function bui_leaving_popup( page ) {
	  parentDest=page;
	  inttemp=window.open( '/jsp/utils/interstit.jsp', 'interstit','height=215,width=450');
	  inttemp.focus();
	}


