var dir_vista = '/version_2/system/application/views/';

$(document).ready(function(){
	$('#flashcontent').flash({swf:'swf/enc.swf',width:960,height:145 });
	$(document).pngFix();
	//$(window).unload( function () { alert("Bye now!"); } );
 });
function show_loading(){
	xajax.$('loading').style.display = 'block';
}

function hide_loading(){
	xajax.$('loading').style.display = 'none';
}

function close_video(){
	xajax_cerrar_video();
}


//