. Supogo que sera una bromita del programador mientras lo desarrollaba y se olvido de corregirlo cuando termino
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>movistar | Telefónica | Argentina</title>
<meta name="Author" content="movistar">
<meta name="Copyright" content="movistar">
<meta name="Publisher" content="movistar">
<meta name="Rating" content="General">
<meta name="Robots" content="All">
<meta name="Revisit" content="5 Days">
<meta name="keywords" content="Movistar,telefónica móviles, productos, movistar servicios, servicios de movistar, equipos movistar, terminales movistar, planes movistar, promociones y beneficios, novedades , movistar particular, movistar empresas, servicio telefonia celular para empresas, profesional, sms, mensajes de texto, atención al cliente, movistar activa, movistar ahorro, movistar contrato, mensajes multimedia, movistar interactivo, compra online, store online, compra via internet, carrito de compras, venta de celulares por Internet, comprar celular por Internet">
<meta name="description" content="Bienvenido a Movistar, compañía del Grupo Telefónica Móviles en la Argentina. Aquí podrás encontrar todo un mundo de servicios para tu movistar tanto si sos particular, empresa o profesional. Venta de terminales online, accesorios y líneas.">
<meta name="author" content="movistar">
<meta name="DC.Creator" content="movistar">
<meta name="vw96.objectype" content="Document">
<meta name="resource-type" content="Document">
<meta name="distribution" content="all">
<meta name="Language" content="es">
<meta name="country" content="Argentina">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="DC.Description" content="">
<meta http-equiv="Content-Type" content="ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
<!--
body { color:#000000;font-family:arial;font-size:11px;}
td { color:#000000;font-family:arial;font-size:11px;}
a {font-family: arial; text-decoration: none;}
a:link {color:#76B900;}
a:visited {color:#76B900;}
a:active {color:#76B900;}
a:hover {color:#00005A;}
#promo {
width:516px;
height:481px;
position:absolute;
margin:100px 0px 0px 220px;
z-index:99;
}
#promo_legales {
width:516px;
height:481px;
position:absolute;
margin:100px 0px 0px 220px;
z-index:101;
}
.boton {
position:absolute;
width:50px;
height:50px;
margin-left:-70px;
margin-top:0px;
z-index:100;
outline:none;
}
.boton-legales {
z-index:102;
outline:none;
}
.legales {
position:absolute;
width:67px;
height:30px;
margin-left:-130px;
margin-top:0px;
z-index:151;
outline:none;
}
#promo {
width:577px;
height:444px;
position:absolute;
margin:100px 0px 0px 220px;
z-index:99;
}
#promo_legales {
width:577px;
height:444px;
position:absolute;
margin:100px 0px 0px 220px;
z-index:101;
}
.boton {
position:absolute;
width:50px;
height:50px;
margin-left:-80px;
margin-top:0px;
z-index:100;
outline:none;
}
.boton-legales {
z-index:102;
outline:none;
}
.legales1 {
position:absolute;
width:64px;
height:16px;
margin-left:-108px;
margin-top:60px;
z-index:151;
outline:none;
}
.legales2 {
position:absolute;
width:64px;
height:16px;
margin-left:-380px;
margin-top:60px;
z-index:151;
outline:none;
}
-->
</style>
<script src="/js/popups_lib.js" type="text/javascript"></script>
<script src="/js/fechas.js" type="text/javascript"></script>
<script language="JavaScript">
/*
Los textos que se pasan por parametro son case insensitive
Popup Fijo
Como parametro se pasa las fechas en las que se va a abrir el popup.
El ejemplo abre el popup el 2, 5, 9 y 11 de Junio.
var fechas = ['06/02/2007','06/05/2007','06/09/2007','06/11/2007'];
popupProgramado("fijo",fechas,350,351,'recarga_movistar.html','recarga_movistar', now);
===========================
Popup por Rango
Los parametros tienen que ser pares. En este caso el popup se abre si la fecha
actual esta entre el 2 y el 5 de Junio o entre el 9 y el 11 de Junio.
var fechas = ['06/02/2007','06/05/2007','06/09/2007','06/11/2007'];
popupProgramado("rango",fechas,350,351,'recarga_movistar.html','recarga_movistar', now);
Si se incluyen horas, el formato es:
var fechas = ['06/02/2007 10:00:00','06/05/2007 22:00:00','06/09/2007 00:00:00','06/11/2007 14:00:00'];
popupProgramado("rango",fechas,350,351,'recarga_movistar.html','recarga_movistar', now);
Si se pasa por parametro solo 1 fecha, se abre el popup desde esa fecha en adelante, incluya hora o no:
Se abriría desde el 02/06/07 a las 10am.
var fechas = ['06/02/2007 10:00:00'];
popupProgramado("rango",fechas,350,351,'recarga_movistar.html','recarga_movistar', now);
===========================
Popup Periódico
Como parametro se pasa el numero de dia de la semana.
(lu, ma, mi, ju, vi, sa, do)
Este ejemplo abre el popup todos los martes y jueves.
var fechas = ['ma','ju'];
popupProgramado("periodico",fechas,350,351,'recarga_movistar.html','recarga_movistar', now);
*/
function popups(now){
var fechas = ['6/16/2007','6/17/2007'];
popupProgramado("fijo",fechas,510,278,'diadelpadre_popup.html','diadelpadre_popup', now);
fechas = ['09/14/2007','09/18/2007'];
popupProgramado("rango",fechas,700,410,'novedades/promo_100sms.html','promo_100sms', now);
fechas = ['7/31/2007'];
popupProgramado("fijo",fechas,650,370,'novedades/promo_terminales.html','factura_fija', now);
fechas = ['02/06/2008','02/07/2008'];
popupProgramado("fijo",fechas,700,410,'novedades/promo_agregalecero.html','promo_agregalecero', now);
fechas = ['1/04/2008','12/04/2008'];
popupProgramado("fijo",fechas,700,410,'novedades/promo_duplicatehoy.html','promo_duplicatehoy', now);
fechas = ['2/02/2008','2/03/2008'];
popupProgramado("fijo",fechas,542,353,'novedades/promo_findesemana.html','promo_findesemana', now);
}
// se usa para mantener la referencia al popup
var popup_cupon;
function homePopup()
{
ancho = 447;
alto = 215;
y = screen.height/2 - alto/2;
x = screen.width/2 - ancho/2;
window.open("atencion.html", "w", "width="+ancho+",height="+alto+",left="+x+",top="+y+",status=no,scrollbars=no");
}
function seisonce(ventana){
window.open(ventana,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=410,left=250,width=400,height=100")
}
function fotolog(ventana){
window.open(ventana,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=50,left=20,width=700,height=350")
}
function glober(ventana){
window.open(ventana,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=50,left=20,width=712,height=460")
}
function AleSanz(ventana){
window.open(ventana,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=50,left=20,width=560,height=390")
}
function trans() {
window.open("confidencialidad.pdf","ventana","resizable=yes,toolbar=auto,directories=no,menubar=no,statusbar=no,width=600,height=550,scrollbars=yes,left=0,top=0");
}
function transmision(){
window.open("http://www.pronino.com.ar/transmision.html","transmision","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=50,left=200,width=240,height=180");
}
function inversores(){
window.open("/empresa/inversores/inv_estados.html","inversores","toolbar=0,location=1,directories=0,status=0,menubar=1,scrollbars=yes,resizable=1,copyhistory=0,top=0,left=0,width=790,height=500");
}
function hsm(ventana){
window.open(ventana,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=50,left=20,width=700,height=350")
}
function tra()
{
ancho = 500;
alto = 515
y = screen.height/2 - alto/2;
x = screen.width/2 - ancho/2;
window.open("etica/codigo_etico.pdf", "w", "width="+ancho+",height="+alto+",left="+x+",top="+y+",status=no,scrollbars=auto");
}
function verano(ventana){
window.open(ventana,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=670,height=434")
}
function jackpot(ventana){
window.open(ventana,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=400,height=555")
}
</script>
<script language="JavaScript">
<!--
/*
Webmonkey GET Parsing Module
Language: JavaScript 1.0
The parsing of GET queries is fundamental
to the basic functionality of HTTP/1.0.
This module parses GET with JavaScript 1.0.
Source: Webmonkey Code Library
(http://www.hotwired.com/webmonkey/javascript/code_library/)
Author: Patrick Corcoran
Author Email: patrick@taylor.org
*/
function createRequestObject() {
FORM_DATA = new Object();
// The Object ("Array") where our data will be stored.
separator = ',';
// The token used to separate data from multi-select inputs
query = '' + this.location;
// Get the current URL so we can parse out the data.
// Adding a null-string '' forces an implicit type cast
// from property to string, for NS2 compatibility.
query = query.substring((query.indexOf('?')) + 1);
// Keep everything after the question mark '?'.
if (query.length < 1) { return false; } // Perhaps we got some bad data?
keypairs = new Object();
numKP = 1;
// Local vars used to store and keep track of name/value pairs
// as we parse them back into a usable form.
while (query.indexOf('&') > -1) {
keypairs[numKP] = query.substring(0,query.indexOf('&'));
query = query.substring((query.indexOf('&')) + 1);
numKP++;
// Split the query string at each '&', storing the left-hand side
// of the split in a new keypairs[] holder, and chopping the query
// so that it gets the value of the right-hand string.
}
keypairs[numKP] = query;
// Store what's left in the query string as the final keypairs[] data.
for (i in keypairs) {
keyName = keypairs[i].substring(0,keypairs[i].indexOf('='));
// Left of '=' is name.
keyValue = keypairs[i].substring((keypairs[i].indexOf('=')) + 1);
// Right of '=' is value.
while (keyValue.indexOf('+') > -1) {
keyValue = keyValue.substring(0,keyValue.indexOf('+')) + ' ' + keyValue.substring(keyValue.indexOf('+') + 1);
// Replace each '+' in data string with a space.
}
keyValue = unescape(keyValue);
// Unescape non-alphanumerics
if (FORM_DATA[keyName]) {
FORM_DATA[keyName] = FORM_DATA[keyName] + separator + keyValue;
// Object already exists, it is probably a multi-select input,
// and we need to generate a separator-delimited string
// by appending to what we already have stored.
} else {
FORM_DATA[keyName] = keyValue;
// Normal case: name gets value.
}
}
return FORM_DATA;
}
FORM_DATA = createRequestObject();
// This is the array/object containing the GET data.
// Retrieve information with 'FORM_DATA [ key ] = value'.
/***********************************************
* IFrame SSI script II- © Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
* Visit DynamicDrive.com for hundreds of original DHTML scripts
* This notice must stay intact for legal use
***********************************************/
//Input the IDs of the IFRAMES you wish to dynamically resize to match its content height:
//Separate each ID with a comma. Examples: ["myframe1", "myframe2"] or ["myframe"] or [] for none:
var iframeids=["contenido"]
//Should script hide iframe from browsers that don't support this script (non IE5+/NS6+ browsers. Recommended):
var iframehide="yes"
var getFFVersion=navigator.userAgent.substring(navigator.userAgent.indexOf("Firefox")).split("/")[1]
var FFextraHeight=getFFVersion>=0.1? 16 : 0 //extra height in px to add to iframe in FireFox 1.0+ browsers
function resizeCaller() {
var dyniframe=new Array()
for (i=0; i<iframeids.length; i++){
if (document.getElementById)
resizeIframe(iframeids[i])
//reveal iframe for lower end browsers? (see var above):
if ((document.all || document.getElementById) && iframehide=="no"){
var tempobj=document.all? document.all[iframeids[i]] : document.getElementById(iframeids[i])
tempobj.style.display="block"
}
}
}
function resizeIframe(frameid){
var currentfr=document.getElementById(frameid)
try
{
if (currentfr && !window.opera)
{
currentfr.style.display="block"
if (currentfr.contentDocument && currentfr.contentDocument.body.offsetHeight) //ns6 syntax
currentfr.height = currentfr.contentDocument.body.offsetHeight+FFextraHeight;
else if (currentfr.Document && currentfr.Document.body.scrollHeight) //ie5+ syntax
currentfr.height = currentfr.Document.body.scrollHeight;
if (currentfr.addEventListener)
currentfr.addEventListener("load", readjustIframe, false)
else if (currentfr.attachEvent){
currentfr.detachEvent("onload", readjustIframe) // Bug fix line
currentfr.attachEvent("onload", readjustIframe)
}
}
} catch (e) {}
}
function readjustIframe(loadevt) {
var crossevt=(window.event)? event : loadevt
var iframeroot=(crossevt.currentTarget)? crossevt.currentTarget : crossevt.srcElement
if (iframeroot)
resizeIframe(iframeroot.id);
}
function loadintoIframe(iframeid, url){
if (document.getElementById)
document.getElementById(iframeid).src=url
}
if (window.addEventListener) {
window.addEventListener("load", resizeCaller, false);
}
else if (window.attachEvent) {
window.attachEvent("onload", resizeCaller);
}
else {
window.onload=resizeCaller;
}
function popWindows(url,newWindows,pResizable,pScrollbars,pMenuBar,pToolBar,pStatus,pWidth,pHeight){
newWindows=window.open(url,newWindows,"resizable="+ pResizable +",scrollbars="+ pScrollbars +",menubar="+ pMenuBar +",toolbar="+ pToolBar +",status="+ pStatus +",width=" + pWidth + ",height=" + pHeight)
}
//funcion para enviar la variable recibida como parametro al swf
function setSWF(varSwf, contVarSwf) {
//chequeo si el objeto de flash existe..
if(document.getElementById("menuswf")!=null)
document.menuswf.SetVariable(varSwf, contVarSwf);
else
document.menuswfembed.SetVariable(varSwf, contVarSwf);
}
// Chequeo destino y si tiene "http" (o sea algo que no es movistar) alpiste
destino = FORM_DATA['destino'];
if (destino) {
if ( destino.indexOf("http") != -1 ) {
destino = '';
}
}
//alert(destino);
-->
</script>
<script language="JavaScript">
function abrir_interactivo() {
var window_width = 760;
var window_height = 500;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
newWindow=window.open('/interactivo/index.html', '_interactivo','width=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + ',features=' + newfeatures + '');
}
function abrir_chat() {
var window_width = 180;
var window_height = 100;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
newWindow=window.open('/chat.html', 'chat','width=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + ',features=' + newfeatures + '');
}
function abrir_club() {
var window_width = 400;
var window_height = 400;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
var v=window.open('/club/index.html', 'club','');
}
function abrir_comunidad() {
var window_width = 400;
var window_height = 400;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
var v=window.open('/comunidad/index.html', 'comunidad','');
}
function abrir_bienvenida() {
var window_width = 758;
var window_height = 479;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
newWindow=window.open('/mibienvenida/home.html', 'bienvenida','width=' + window_width + ',height=' + window_height + ',top=' + window_top + ',left=' + window_left + ',features=' + newfeatures + '');
}
function abrir_pronino() {
var window_width = 400;
var window_height = 400;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
var v=window.open('http://www.pronino.com.ar/', 'pronino','');
}
function abrir_proveedores() {
var window_width = 400;
var window_height = 400;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
var v=window.open('http://te086754:8080/SacTasa/', 'proveedores','');
}
function abrir_inversores() {
var window_width = 400;
var window_height = 400;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
var v=window.open('../empresa/inversores/inv_hechos.html', 'inversores','');
}
function abrir_roaming() {
var window_width = 400;
var window_height = 400;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
var v=window.open('../servicios/roaming/roaming_gsm.html', 'roaming','');
}
function abrir_recargame() {
var window_width = 400;
var window_height = 400;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
var v=window.open('http://www.movistar.com.ar/recargame/', 'recargame','');
}
function abrir_activame() {
var window_width = 400;
var window_height = 400;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
var v=window.open('http://www.movistar.com.ar/activame/', 'activame','');
}
function abrir_equipo() {
var window_width = 400;
var window_height = 400;
var newfeatures= 'scrollbars=yes,resizable=yes';
var window_top = (screen.height-window_height)/2;
var window_left = (screen.width-window_width)/2;
var v=window.open('http://www.movistar.bumeran.com.ar/aplicantes/home.ngmf', 'equipo','');
}
function Navegar()
{
if(document.form_ira.s_link.value=='0') return;
if (document.form_ira.s_link.value == "interactivo")
{
abrir_interactivo();
}
else if (document.form_ira.s_link.value == "chat")
{
abrir_chat();
}
else if (document.form_ira.s_link.value == "club")
{
abrir_club();
}
else if (document.form_ira.s_link.value == "comunidad")
{
abrir_comunidad();
}
else if (document.form_ira.s_link.value == "pronino")
{
abrir_pronino();
}
else if (document.form_ira.s_link.value == "proveedores")
{
abrir_proveedores();
}
else if (document.form_ira.s_link.value == "recargame")
{
abrir_recargame();
}
else if (document.form_ira.s_link.value == "bienvenida")
{
abrir_bienvenida();
}
else if (document.form_ira.s_link.value == "roaming")
{
abrir_roaming();
}
else if (document.form_ira.s_link.value == "activame")
{
abrir_activame();
}
else if (document.form_ira.s_link.value == "equipo")
{
abrir_equipo();
}
else if (document.form_ira.s_link.value == "inversores")
{
abrir_inversores();
}
else if (document.form_ira.s_link.value == "webmail")
{
window.open('http://webmail.movi.com.ar','webmail','');
}
else
{
window.location= document.form_ira.s_link.options[document.form_ira.s_link.selectedIndex].value;
}
}
function menuSalto(selectObject){
var URLValue =selectObject;
if (URLValue){
document.location = URLValue;
}
}
</script>
<!-- STATUSBAR SCROLL -->
<SCRIPT>
<!--
var current = 0
var x = 0
var speed = 100
var speed2 = 3000
var cont = 0
function initArray(n) {
this.length = n;
for (var i =1; i <= n; i++) {
this[i] = ' '
}
}
typ = new initArray(2)
typ[0]="Nace la Comunidad movistar. 50% de descuento en llamados y sms de movistar a movistar.";
typ[1]="Enterate más en www.movistar.com.ar/comunidad/";
function typewrite() {
var m = typ[current]
window.status = m.substring(0, x++) + "_"
if (x >= m.length + 1 && cont>(speed2/speed)) {
cont = 0
x = 0
current++
if (current > typ.length - 1) {
current = 0
}
setTimeout("typewrite()", speed)
}
else if(x >= m.length + 1 && cont<=(speed2/speed)) {
cont++
setTimeout("typewrite()", speed)
}
else {
setTimeout("typewrite()", speed)
}
}
typewrite()
function cordoba(){
window.open("/novedades/promo_sanz_cordoba.html","Córdoba","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=0,left=0,width=560,height=390");
}
function rosario(){
window.open("/novedades/promo_sanz_rosario.html","Rosario","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=0,left=0,width=560,height=390");
}
function buenosaires(){
window.open("/novedades/promo_sanz_bsas.html","BuenosAires","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=0,left=0,width=560,height=390");
}
function doOnLoad()
{
loadintoIframe('contenido', destino ? destino : 'inicio.html');
setSWF('_level0.paramIframe', destino);
return;
}
function DiadelPadre(ventana){
window.open(ventana,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=50,left=20,width=350,height=507")
}
function cierraVentana(div){
document.getElementById(div).style.display='none';
}
function abreLegales(){
document.getElementById('promo_legales').style.display='block';
}
function correctPNG()
{
for(var i=0; i<document.images.length; i++)
{
var img = document.images[i]
var imgName = img.src.toUpperCase()
if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
{
var imgID = (img.id) ? "id='" + img.id + "' " : ""
var imgClass = (img.className) ? "class='" + img.className + "' " : ""
var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
var imgStyle = "display:inline-block;" + img.style.cssText
if (img.align == "left") imgStyle = "float:left;" + imgStyle
if (img.align == "right") imgStyle = "float:right;" + imgStyle
if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
var strNewHTML = "<span " + imgID + imgClass + imgTitle
+ " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
+ "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
+ "(src=\'" + img.src + "\');\"></span>"
img.outerHTML = strNewHTML
i = i-1
}
}
}
if (window.attachEvent)
window.attachEvent("onload", correctPNG);
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function encenderPromo() {
var fechas = ["04/16/2008","04/17/2008"];
if ( verificarFechas("fijo",fechas) ) {
document.getElementById('promo').style.display = 'block';
}
}
//-->
</SCRIPT>
<!-- FIN STATUSBAR SCROLL -->
<link rel="stylesheet" href="/estilos.css" type="text/css">
</head>
<body text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="doOnLoad();encenderPromo();">
<!--INICIA DIV PROMOCION-->
<div id="promo" style="display:none">
<img src="imagenes/promo_duplicate.png" width="516" height="481" border="0" />
<a href="#" class="legales" onClick="MM_openBrWindow('popup_legales.html','','width=475,height=213, left=150, top=150')"><img src="imagenes/pixel-trans.gif" width="67" heigth="30" style="border: 0px;"/></a>
<a href="javascript:cierraVentana('promo')" class="boton"><img src="imagenes/pixel-trans.gif" width="50" heigth="50" style="border: 0px;"/></a>
</div>
<!--FINALIZA DIV PROMOCION-->
<!--INICIA DIV PROMOCION-->
<!--<div id="promo" style="display:none"><img src="imagenes/promo_home_doble.png" width="516" height="481" border="0" />
<a href="#" class="legales1" onClick="MM_openBrWindow('novedades/promo_doble-home_legales2.html','','width=475,height=230, left=150, top=150')"><img src="imagenes/pixel-trans.gif" width="64" heigth="16" style="border: 0px;"/></a>
<a href="#" class="legales2" onClick="MM_openBrWindow('novedades/promo_doble-home_legales1.html','','width=475,height=230, left=150, top=150')"><img src="imagenes/pixel-trans.gif" width="64" heigth="16" style="border: 0px;"/></a>
<a href="javascript:cierraVentana('promo')" class="boton"><img src="imagenes/pixel-trans.gif" width="50" heigth="50" style="border: 0px;"/></a></div>-->
<!--FINALIZA DIV PROMOCION-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td width="101"> </td>
<td width="800" align="center" valign="top">
<table width="760" heigth="221" border="0" cellspacing="0" cellpadding="0" height="0">
<!-- <tr>
<td width="760" height="15" align="right" valign="bottom" background="imagenes/top_fondo.gif">
<table width="290" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="javascript:loadintoIframe('contenido','inicio.html')" class="top">home</a></td>
<td><a href="#" class="top"><img src="imagenes/home.gif" border="0"></a>
</td>
<td><img src="imagenes/sep.gif"></td>
<td><a href="javascript:loadintoIframe('contenido','atencion/contacto.html')" class="top">contactame</a></td>
<td><a href="#" class="top"><img src="imagenes/sobre.gif" border="0"></a></td>
<td><img src="imagenes/sep.gif"></td>
<td><a href="interactivo/index.html" target="_blank" class="top"><strong>movistar</strong>
Emoción</a> </td>
<td><img src="imagenes/sep.gif"></td>
<td ><a href="empresas/index.html" target="_self" class="top">Empresas</a></td>
</tr>
</table></td>
</tr>-->
<tr>
<td width="760" height="15" align="right" valign="bottom">
<form name="form_ira">
<div>
<table cellpadding="0" cellspacing="0">
<tr><td height="7"></td>
</tr>
<tr>
<td>
<a href="index.html" target="_top" class="top">home <img src="imagenes/home.gif" width="13" height="12" border="0"></a>
<img src="imagenes/sep.gif">
<a href="javascript:loadintoIframe('contenido','atencion/contacto.html')" class="top">contactame <img src="imagenes/sobre.gif" width="17" height="12" border="0"></a>
<img src="imagenes/sep.gif">
<a href="interactivo/index.html" target="_blank" class="top"><strong>movistar</strong> Emoción</a>
<img src="imagenes/sep.gif">
<a href="empresas/index.html" target="_self" class="top">Empresas</a>
<img src="imagenes/sep.gif">
<select name="s_link" class="txttop" onChange="javascript:Navegar();">
<option value="0" selected="selected">Quiero ir a:</option>
<option value="0">----------------------</option>
<option value="activame">Activame</option>
<option value="/?destino=/servicios/blackberry_gsm.html">BlackBerry</option>
<option value="/?destino=/beneficios/inicio.html">Beneficios</option>
<option value="chat">Chat</option>
<option value="club">Club movistar</option>
<option value="comunidad">Comunidad movistar</option>
<option value="inversores">Inversores</option>
<option value="/?destino=/servicios/men_de_texto_gsm.html">Mensajes de texto</option>
<option value="/sa/">Mi Autogestión</option>
<option value="bienvenida">Mi Bienvenida</option>
<option value="/?destino=/empresa/patrocinios/polo/index.html">Patrocinios</option>
<option value="/?destino=/atencion/index-faqs.html">Preguntas frecuentes</option>
<option value="/?destino=/empresa/prensa_principal.html">Prensa</option>
<option value="pronino">Proniño</option>
<option value="recargame">Recargame</option>
<option value="interactivo">Ringtones </option>
<option value="roaming">Roaming global</option>
<option value="equipo">Unite a nuestro equipo</option>
<!--<option value="http://rrhh.bumeran.com.ar/aplicantes/tercerizacion/empresas/movistar/home.ngmf">Unite a nuestro equipo</option>-->
<option value="interactivo">Wallpapers</option>
<option value="webmail">Webmail@movi</option>
</select></td>
</tr>
</table>
</div>
</form>
</td>
</tr>
<tr>
<td width="760">
<!-- URL's used in the movie--> <!-- text used in the movie-->
<!--01. productos02. equipos03. servicios04. atención al cliente05. nuestra empresa06. movistar y la comunidad-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" name="menuswf"
WIDTH="760" HEIGHT="221" ALIGN="" id="menu-hora">
<PARAM NAME=movie VALUE="menu.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="menu.swf" quality=high wmode=transparent bgcolor=#FFFFFF WIDTH="760" HEIGHT="221" NAME="menuswfembed" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT> </td>
</tr>
<tr>
<td align="left" valign="top" height="100%" width="760">
<p><iframe id="contenido" src="about:blank" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%;"></iframe></p>
</td>
</tr>
<tr>
<td align="center" valign="top" height="100%" width="760"> <br>
<img src="/imagenes/copyright_m.gif" width="21" height="16" border="0" hspace="6" align="ABSBOTTOM"><span class="textopiepagina">©
2005 <b>movistar</b>. <a href="http://www.telefonica.com.ar" target="_blank" class="piepag">Telefónica</a>.<a href="http://www.telefonicamoviles.com" target="_blank" class="piepag">Telefónica
Móviles</a>. Todos los derechos reservados.</span> </td>
</tr>
</table>
</td>
<td width="105"></td>
</tr>
</table>
<script type="text/javascript" src="/js/awstats_misc_tracker.js"></script>
<script type="text/javascript" src="/js/activateActiveX.js"></script>
<noscript><img src="/js/awstats_misc_tracker.js?nojs=y" height=0 width=0 border=0 style="display: none"></noscript>
</body>
</html>