var ajax_main_script = "ajax.php";
var goog_maps_markers = null;		// istanza della classe MarkerManager
var structure_page_googmaps_loaded = false;		// scheda dell'immobile - dice se la cartina e' gia stata caticata oppure no


// codice eseguito all'onLoad della home page
$(document).ready(function() {
	initSpecialLinks();
	
	// link di stampa nella scheda struttura
	if (isObject(getE('structure_links_div'))) {
		var html = getE('structure_links_div').innerHTML;
		getE('structure_links_div').innerHTML = html + ' <div class="red"><a href="#" onclick="return print_page();"><span>'+lang_00011+'</span></a></div> ';
	}
});
