function openWindow(URL,Name,Properties) {
	open(URL,Name,Properties);
}

function jump(URL) {
	parent.location.href=URL;
}

function serviceInfo(service) {
	open("/richardellis/servlet/richardellisWebServer?Resource=ServiceInfo&Service="+service,"ServiceInfo","width=550,height=400,scrollbars=yes");
}

function inmuebleInfo(subject, to) {
	open("/richardellis/servlet/richardellisWebServer?Resource=InmuebleInfo&subject="
			+ subject + "&to=" +to, "InmuebleInfo", "width=550,height=450,scrollbars=yes");
}
