function as_openhint(address)
{
	as_popup = window.open
	(
		address,
		"Hints for the Advanced Search",
		"width=500, height=400, left=100, top=200, scrollbars=yes, dependent=yes"
	);
	as_popup.focus();
}
