/* author: qwertyui */
/* Creation date: 28-08-2002 */


// Script para abrir ventana de enviar a un amigo

function send_friend() {
	window.open('send_friend/index.php?url='+document.location.href+'&amp;title='+document.title, 'ruta_send_friend', 'width=450, height=300');
	return false;
}

function popup_place(place) {
	window.open('popup_lugares.php?place='+place, 'ruta_popup_place', 'width=420,height=420,scrollbars=yes,resizable=yes');
	return false;
}

