$(document).ready(function(){
	
	var www_path = 'http://www.harasluxor.com.br/';
						   
	$("a[rel='planta_baixa']").click(function(){
		window.open(www_path + "files/planta_baixa.html", "planta_baixa" , "width=510, height=680, scrollbars=no, resize=false");
		return false;
	});

	$("a[rel='mapa_acesso']").click(function(){
		window.open(www_path + "files/mapa_acesso.html", "mapa_acesso" , "width=540, height=680, scrollbars=no, resize=false");
		return false;
	});

});
