

function CargaProductosPort(e,producto,foto,num)
{	
	document.imagendecapa.src='/comprar/imagenes/es-ES/cargando.jpg';
	
	document.imagendecapa.src='/ccode/Rescala.aspx?t=265&src=/comprar/ordenadores/portatiles-a-medida/imagenes/'+producto+'.jpg';		
		
	el = document.getElementById("imagendiv");	
	 
    if( typeof( window.pageYOffset ) == 'number' ) 
    { 
			x=e.screenX;
			if (e.screenX<187)
			{
				x=187;
			}
			if (e.screenX>609)
			{
				x=609;
			}
			y = e.pageY+10;
	} 
     
    else 
    { 
		if (window.event.clientX>145)
			if( window.event.clientX<656)
				{
				x=window.event.clientX +document.documentElement.scrollLeft;
				}
		y = window.event.clientY + document.documentElement.scrollTop;
		
    }
    el.style.left=x+'px';
	el.style.top=y+37+'px';
	el.style.visibility="visible";  
	
}
function AbrirPort(lote)
{
	window.location.href="/comprar/ofertas/ordenadores/portatiles-a-medida/"+lote+".aspx";
}
