<!-- desarrollador por MendezNet -->
function maxi(){
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
}
// pantalla completa
function open1(uRl){ 
sub1=window.open(uRl, "1", "fullscreen=yes, scrollbars=yes");
} 
//abre chat
function open2(){ 
sub1=window.open("../chat/", "2", "toolbar=0 ,scrollbars=1 ,location=0 ,statusbar=0 ,menubar=0 ,resizable=1 ,width=590 ,height=380 ,left = 10 ,top = 30"); 
} 
// reproductor de audio
function open4(url){ 
sub1=window.open(url, "4", "toolbar=0 ,scrollbars=0 ,location=0 ,statusbar=0 ,menubar=0 ,resizable=0 ,width=386 ,height=141 ,left = 10 ,top = 30"); 
} 
// reproductor de video
function open5(url){ 
sub1=window.open(url, "5", "toolbar=0 ,scrollbars=0 ,location=0 ,statusbar=0 ,menubar=0 ,resizable=0 ,width=400 ,height=390 ,left = 10 ,top = 30"); 
} 
// nueva ventana con menu
function open7(URl){ 
sub1=window.open(URl, "7", "toolbar=1 ,scrollbars=1 ,location=0 ,status=1 ,menubar=1 ,resizable=1"); 
} 
// ventana para fotografias
function open11(URl){ 
sub1=window.open(URl, "11", "toolbar=0 ,scrollbars=1 ,location=0 ,status=0 ,menubar=0 ,resizable=1"); 
} 
function imagen(img,ancho,alto){ 
sub1=window.open(img, "6", "toolbar=0 ,scrollbars=0 ,location=0 ,statusbar=0 ,menubar=0 ,resizable=1 ,width="+ancho+" ,height="+alto); 
} 
// caritas
function caritas(Which){ 
document.libro.texto.value = document.libro.texto.value + Which; 
} 

