var start = '210 Barton Springs Rd,Austin,TX';

function doRentals(){
	address=start + '&mrt=realestate';
	//width=screen.width;
	width='1024';
	height='768';
	//height=screen.height;
	document.getElementById("frame").innerHTML="<iframe src='http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=austin+housing+rentals&amp;mrt=kmlkmz&amp;ie=UTF8&amp;ll=30.26758,-97.74297&amp;spn=0.830247,1.167297&amp;z=9&amp' width='" + width + "' height='" + height + "' scrolling='no'></iframe>";
	//showAddress(address,m);
}
function doRealestate(){
	address=start + '&mrt=realestate';
	//width=screen.width;
	width='1024';
	height='768';
	//height=screen.height;
	document.getElementById("frame").innerHTML="<iframe src='http://maps.google.com/maps?f=q&hl=en&q=" + address + "' width='" + width + "' height='" + height + "' scrolling='no'></iframe>";
	//showAddress(address,m);


}

