
function doShowContent() 
{ 
var theform = getForm(); 
var url = '/portalOurense/floc_d4_v1.jsp?tipo=1&nivel=1400&contenido='; 
var dboid = EMAP_SELOBJ['CODIGO']; 
url += dboid; 
if (theform.EMAP_LANG.value == 4) {url += '&lang=gl';}
 
if (theform.EMAP_LANG.value == 3) {url += '&lang=ca';}

//alert(url);
window.open( url,'','width=800,heigth=600,resizable=yes,scrollbars=yes' ) ; 
}
