 
		  try
		  {
            
            var url_media;            
            ancho_mul=850;alto_mul=550;url_media="http://www.eltiempo.com/media/produccion/3abril/"
		    
		    url_base="http://www.eltiempo.com/media/produccion/";
		    if(!ancho_mul&&!alto_mul)
		    {
		         ancho_mul=screen.width-100;
		         alto_mul=screen.height-100;
		    }    
		    _x_mul=(screen.width-ancho_mul)/2;
            _y_mul=(screen.height-alto_mul)/2;
            url_total=url_base+url_media;          
            
            if(url_media.substring(0,4)=="http") url_total=url_media;             
           
          }
          catch(exception)
          {
		    ancho_mul=800;
		    alto_mul=600;
		    _x_mul=(screen.width-ancho_mul)/2;
            _y_mul=(screen.height-alto_mul)/2;
            url_total="http://www.eltiempo.com";                    
          }         
             