// JavaScript Document
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function show() {
	var flash; 
	if(navigator.appName.indexOf("Microsoft") != -1) {
		flash = window.barra_derecha;
	}else {
	flash = window.document.barra_derecha
	} 
	flash.showForm();
}
//-->
