/* ALAN: JS to make the free search */
function show_ajax_window(div,url) {
	document.getElementById(div).style.display = 'block';
	ajaxpage(url, div);
}
