// location='http://ar.geocities.com/el_maiten/index2.html';
// location='http://elmaiten.tripod.com.ar/index2.html';
// location = 'http://cablemodem.fibertel.com.ar/elmaiten/index2.html';

function getCookie(name){
var cname = name + "=";               
var dc = document.cookie;             
if (dc.length > 0) {              
begin = dc.indexOf(cname);       
if (begin != -1) {           
begin += cname.length;       
end = dc.indexOf(";", begin);
if (end == -1) end = dc.length;
return unescape(dc.substring(begin, end));
} 
}
return null;
}

function setCookie(name, value) {
var now = new Date();
var then = new Date(now.getTime() + 31536000000);
document.cookie = name + "=" + escape(value) + "; expires=" + then.toGMTString() + "; path=/";
}


<!--
<!--
// (c) by Christian Canelas

var pergola1 = "/image/PergolaGira.gif" //imagen cuando el mouse esta sobre el enlace
var pergola2 = "/image/PergolaChica.gif" //imagen cuando el mouse no esta sobre el enlace

function pergosobre(imgname){
     imgname.src = pergola1;
}

function pergofuera(imgname){
     imgname.src = pergola2;
}

<!--
// (c) by Manfred Renner

IMG01 = "http://www.elmaitenmuebles.com.ar/image/bullet_left1.gif"  //image when mouse is over the link
IMG02 = "http://www.elmaitenmuebles.com.ar/image/bullet_left2.gif" //image when mouse isn't over the link

function imgover(imgname){
     imgname.src = IMG01;
}

function imgout(imgname){
     imgname.src = IMG02;
}

//-->

function mOvr(src,enlace) {
if (!src.contains(event.fromElement)) {
src.style.cursor = 'hand';
enlace.style.color = 'yellow';
src.bgColor = '#3366CC';
}
}
function mOut(src,enlace) {
if (!src.contains(event.toElement)) {
src.style.cursor = '';
enlace
.style.color = '';
src.bgColor = '#99CCFF';
}
}
function mClk(src) {
if(event.srcElement.tagName=='TD'){
src.children.tags('A')[0].click();
}
}

function tituloSobre(src,enlace) {
if (!src.contains(event.fromElement)) {
src.style.cursor = 'hand';
enlace.style.color = 'yellow';
src.bgColor = '#3366CC';
}
}
function tituloFuera(src,enlace) {
if (!src.contains(event.toElement)) {
src.style.cursor = '';
enlace.style.color = '';
src.bgColor = '#6699FF';
}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
var cargado=0;
function cargarImagenes(){
cargado=getCookie('carga');
if(cargado==0||cargado==null){
MM_preloadImages('http://www.elmaitenmuebles.com.ar/image/PergolaGira.gif');
cargado=1;
setCookie('carga',cargado);
}
}
cargarImagenes();

function redireccionar(pagina){

if(pagina=='TV')window.location = "http://www.elmaitenmuebles.com.ar/ofejardin.html";

if(pagina=='eListas')window.location = "http://www.elmaitenmuebles.com.ar/eLis.html";

if(pagina=='Amigo')window.location = 'mailto:'+FormAmigo.email.value+'?subject=Visitá la página: de EL MAITEN&body='+document.title+'.%0ATiene todo tipo de Muebles para Jardín.%0A'+location+'%0A%0AAv.F.F. de la Cruz 1199 - Bs. As.%0ATel:+54-11-4918-8999.%0ASi querés recibir ofertas y novedades enviá un mail en blanco a: elmaiten-alta@eListas.net .%0A%0AEspero que te guste.';

if(pagina=='Mail')window.location = 'mailto:El Maiten<elmaiten@topmail.com.ar>?subject=Mensaje desde la pagina: '+ document.title;

if(pagina=='Formulario')window.location = "http://www.elmaitenmuebles.com.ar/formulario.php";
}


<!-- Begin
var menuskin = "skin1"; // skin0, or skin1
var display_url = 0; // Show URLs in status bar?
function showmenuie5() {
var rightedge = document.body.clientWidth-event.clientX;
var bottomedge = document.body.clientHeight-event.clientY;

if (rightedge < ie5menu.offsetWidth)
ie5menu.style.left = document.body.scrollLeft + event.clientX - ie5menu.offsetWidth;
else
ie5menu.style.left = document.body.scrollLeft + event.clientX;

if (bottomedge < ie5menu.offsetHeight)
ie5menu.style.top = document.body.scrollTop + event.clientY - ie5menu.offsetHeight;
else
ie5menu.style.top = document.body.scrollTop + event.clientY;
ie5menu.style.visibility = "visible";
return false;
}
function hidemenuie5() {
ie5menu.style.visibility = "hidden";
}
function highlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "highlight";
event.srcElement.style.color = "white";
if (display_url)
window.status = event.srcElement.url;
   }
}
function lowlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "";
event.srcElement.style.color = "black";
window.status = "";
   }
}
function jumptoie5() {
if (event.srcElement.className == "menuitems") {
if (event.srcElement.getAttribute("target") != null)
window.open(event.srcElement.url, event.srcElement.getAttribute("target"));
else
window.location = event.srcElement.url;
   }
}

//  End -->
 
	function entry() {
    if ((document.entryform.keyword.value.length == 0)
    || (document.entryform.keyword.value == " ")) {
    alert("First you must enter a keyword To search for.");
    return false;
    }
    and_search = (document.entryform.and_or.selectedIndex == 0?"and":"or");
    if (document.entryform.and_or.selectedIndex == 2)
    and_search = "exact";
    location.href = 'http://www.elmaitenmuebles.com.ar/buscador.html' + "?"
    + escape(document.entryform.keyword.value)
    + (and_search != "or"?"&"+and_search:"");
    return false;
    }

var success=0; cRef=""; cRefType=""; cPage="";
var L10qstr,L10pc,L10ref,L10a,L10pg; L10pg=document.URL.toString(); L10ref=document.referrer;
if(top.document.location==document.referrer || (document.referrer == "" && top.document.location != "")) {L10ref=top.document.referrer;}
L10qStr = "pg="+escape(L10pg)+"&ref="+escape(L10ref)+"&os="+escape(navigator.userAgent)+"&nn="+escape(navigator.appName)+"&nv="+escape(navigator.appVersion)+"&nl="+escape(navigator.language)+"&sl="+escape(navigator.systemLanguage)+"&sa="+success+"&cR="+escape(cRef)+"&cRT="+escape(cRefType)+"&cPg="+escape(cPage);
if(navigator.appVersion.substring(0,1) > "3") { L10d = new Date(); L10qStr = L10qStr+"&cd="+screen.colorDepth+"&sx="+screen.width+"&sy="+screen.height+"&tz="+L10d.getTimezoneOffset();}
<!-- The L10 Hit Counter logo and links must not be removed or altered -->
if((location.href.substr(0,6)=="https:") || (location.href.substr(0,6)=="HTTPS:")) { L10pc="https"; } else { L10pc="http"; }
