// called from the flash
function closeButton(){
	window.parent.closeBoxen();
}
function closeBoxen(){
	$.Boxen.close();
}
try{
$().ready(function(){
	$('.pop').boxen({height:495, width: 734, showTitleBar: false, showCloseButton: false, overlayOpacity: 0.7 });
	$('.pop2').boxen({height:457, width: 734, showTitleBar: false, showCloseButton: false, overlayOpacity: 0.7 });
})
} catch(err){}