var ImperialAjax = {
	fetchProperties : function(scripturl) {
		new ImperialAjax_Form(scripturl + "&pos=" + document.getElementById("axBrowserPos").value);
	},
	fetchSearchPad : function(scripturl) {
		new ImperialAjax_Form(scripturl);
	}
}