	function abrirCelular() {
		jQuery.openDOMWindow({ 
	        loader:0, 
			windowSource:'iframe', 
			windowSourceURL:'celular.php',
 		overlayOpacity:50,
		width:550,
		height:300,
    borderSize:0,
    windowBGColor:'transparent'
	    });
	}
 
 function abrirRedFija() {
		jQuery.openDOMWindow({ 
	        loader:0, 
			windowSource:'iframe', 
			windowSourceURL:'redfija.php',
 		overlayOpacity:50,
		width:550,
		height:300,
    borderSize:0,
    windowBGColor:'transparent'
	    });
	}
 
  function abrirRut() {
		jQuery.openDOMWindow({ 
	        loader:0, 
			windowSource:'iframe', 
			windowSourceURL:'rut.php',
 		overlayOpacity:50,
		width:530,
		height:280,
    borderSize:0,
    windowBGColor:'transparent'
	    });
	}
 
 function abrirCodigoPostal() {
   $('.example5DOMWindow').openDOMWindow({
	        loader:0, 
			windowSource:'iframe', 
			windowSourceURL:'codpostal.php',
 		overlayOpacity:50,
		width:530,
		height:280,
    borderSize:0,
    windowBGColor:'transparent'
	    });
	}
 
  function abrirIP() {
		jQuery.openDOMWindow({ 
	        loader:0, 
			windowSource:'iframe', 
			windowSourceURL:'ip.php',
 		overlayOpacity:50,
		width:530,
		height:280,
    borderSize:0,
    windowBGColor:'transparent'
	    });
	}

  function closeiframe(){
    $(parent.document.getElementById("DOMWindowOverlay")).remove();
    $(parent.document.getElementById("DOMWindow")).remove();
  }

