function search_mls(str_url) {
	window.open(str_url,'mls_search','width=640,height=480,location=no,menubar=no,scrolling=yes,resizable=yes');
	return;
}
