/*MM_openBrWindow('../corporativo/inf_financiera/bolsa/bolsa.htm','Vidrala','width=685,height=460')

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
*/
	
	
  
$(function(){   
	$('div#cotizacion_vidrala a').click(function(){	
		window.open(this.href, 'vidrala','width=685,height=460');
		return false;   
    });   
	
	$('a#cotizacion_vidrala').click(function(){	
		window.open(this.href, 'vidrala','width=685,height=460');
		return false;   
    });  
	
});
