function Publicite() {
 myWin=open('http://www.redcomser.com.ar/publicidad.htm','RCPublicite','width=700,height=500,left=35,top=25,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,titlebar=no');
}
function Privacidad() {
 myWin=open('http://www.redcomser.com.ar/privacidad.htm','RCPrivacidad','width=700,height=500,left=35,top=25,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,titlebar=no');
}
function AbrirPopUp(Cual,Nombre,width,height,left,top,sb) {
 if (sb==1){ sb='yes'; } else { sb='no'; }
 if (Nombre==undefined) { Nombre='MercadoFiesta' }
 Abre=open(Cual,Nombre,'width='+width+',height='+height+',left='+left+',top='+top+',scrollbars='+sb+',toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,titlebar=no');
}
function Contactar() {
 AbrirPopUp("contactenos.asp?t=3","PajasutraContacto",600,450,100,50,0)
}

