function abrir(theURL){ 
alto=500;
ancho=300;
PosX = (screen.availWidth - ancho)/2;
PosY = (screen.availHeight - alto)/2;
poppup = 'width='+ancho+',height='+alto+',toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,resizable=no,top='+PosY+',left='+PosX;
window.open(theURL,'',poppup) ;
 }
 
function NewColor(InputBox,InOut){
	if(InOut == "In")
		InputBox.style.backgroundColor = "#DADEE4";
	else	
		InputBox.style.backgroundColor = "";
}

function abrir1(theURL){ 
alto=498;
ancho=551;
PosX = (screen.availWidth - ancho)/2;
PosY = (screen.availHeight - alto)/2;
poppup = 'width='+ancho+',height='+alto+',toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,resizable=no,top='+PosY+',left='+PosX;
window.open(theURL,'',poppup) ;
 }
 function video(theURL){ 
alto=272;
ancho=300;
PosX = (screen.availWidth - ancho)/2;
PosY = (screen.availHeight - alto)/2;
poppup = 'width='+ancho+',height='+alto+',toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,resizable=no,top='+PosY+',left='+PosX;
window.open(theURL,'',poppup) ;
 }