function Buscar(){ strSearch=document.getElementById('txtSearch').value; location='main.aspx?pid=0yzX2Lapg8g=&idioma=1&parent=e78rpLBmap2HERDd6pDDOg==&search=' + strSearch; } function BuscarBoletin(){ titulo=document.getElementById('txtTitulo').value; autor=document.getElementById('txtAutor').value; comites=document.getElementById('comite').options[document.getElementById('comite').selectedIndex].value; location='main.aspx?pid=/54mwYmRcAcm2ZuL8Dlyhg==&idioma=1&parent=uJ8V4CWzt3Ki0OYOpm1Sq4wty/84Y%2bO0&titulo='+titulo+'&autor='+autor+'&comite='+comites;} function EnableForm(strText,strImage,intForm){ document.all.item('Confirm').value=""; if (document.all.item('btnSave')!==null) { document.all.item('btnSave').value=strText } if (document.all.item('btnSaveImg')!==null) { document.all.item('btnSaveImg').src=strImage } for (i=0;i < document.all.length;i++) { if (document.all.item(i)!==null) { document.all.item(i).disabled=false; } } document.all.item('Confirm').value=""; return false;} function SwapOut(id,imagen){ //document.getElementById(id).src='img/'+imagen; document.getElementById('t'+id).style.visibility="hidden"; document.getElementById('t'+id).style.top=originalY+'px'; document.getElementById('t'+id).style.left=originalX+'px';} function SwapOver(id,imagen){ //document.getElementById(id).src='img/'+imagen; document.getElementById('t'+id).style.visibility="visible"; if (document.getElementById(id).y!=undefined) { document.getElementById('t'+id).style.top=parseInt(document.getElementById(id).y)-65+'px'; document.getElementById('t'+id).style.left=parseInt(document.getElementById(id).x)-60+'px'; }else{ originalY=document.getElementById('t'+id).offsetTop; originalX=document.getElementById('t'+id).offsetLeft; document.getElementById('t'+id).style.top=parseInt(document.getElementById('t'+id).offsetTop)-65+'px'; document.getElementById('t'+id).style.left=parseInt(document.getElementById('t'+id).offsetLeft)-60+'px'; }}