
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openwindow(location, name, width, height, x, y) {
			window.open(location, name, 'height=' + height + ',width=' + width + ',screenX=' + x + ',screenY=' + y + ',scrollbars=no,left=' + x + ',top=' + y );
	}	
function openwindowscroll(location, name, width, height, x, y) {
			window.open(location, name, 'height=' + height + ',width=' + width + ',screenX=' + x + ',screenY=' + y + ',scrollbars=yes,left=' + x + ',top=' + y );
	}	
function select_combo(sCombo,sValor) {
		for (var i = 0; i < sCombo.length; i++) {
		          if (sCombo.options[i].value==sValor) sCombo.options[i].selected = true;
		}
	}

//-->

<!-- Barco
var posicionSup = 100; 
var tunIex=navigator.appName=="Microsoft Internet Explorer"?true:false;
if(tunIex && navigator.userAgent.indexOf('Opera')>=0){tunIex = false}
function posicion(){
	tunpopup = document.getElementById('popup')
	tunpopup2 = document.getElementById('popup2')
	var scrollarriba=document.body.scrollTop;
	scrollarriba += posicionSup;
	tunpopup.style.top=scrollarriba + "px";
	tunpopup2.style.top=scrollarriba + "px";
	
}
function iniciapopup(){
	tunpopup = document.getElementById('popup')
	tunpopup.style.top = posicionSup + "px";
	if(tunIex){
		tunpopup.style.position='absolute'
		onscroll = posicion;
	}
	else{tunpopup.style.position='fixed'} 
}
function iniciapopup2(){
	tunpopup2 = document.getElementById('popup2')
	tunpopup2.style.top = posicionSup + "px";
	if(tunIex){
		tunpopup2.style.position='absolute'
		onscroll = posicion;
	}
	else{tunpopup2.style.position='fixed'} 
}
function cerrar(){ 
popup.style.visibility="hidden" 
} 

//-->

