<!--

function blockError(){return true;}
function solr_popup(url,name){return window.open(
	url,(typeof name=="undefined"?"solrPopup":name),
	"statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes," + 
	"width=" + (screen.availWidth < 400 ? screen.availWidth : "400") + "," +
	"height=" + (screen.availWidth < 500 ? screen.availWidth : "500")
	)
}
window.onerror = blockError;


// -->
