function ampliar(url,imagen) {
var w_x = 371;
var w_y = 332;
var imgurl = url + "./" + imagen;
var code = '<html><head><title>Como llegar al Centro de Ski Nórdico</title></head><body topmargin="0" leftmargin="0"><p><img border="0" src="../images/como_llegar.jpg" width="371" height="332"></p></body></html>';
msgWindow = window.open("", "", "width=" + w_x +",height=" + w_y + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
msgWindow.document.writeln(code);
}