﻿/// <reference path="jquery-1.2.6-vsdoc.js" />

/**
 * when the window resizes ...
 */
window.onresize = function() { 

	// old global
	// adjustLegends();
	
	ID.ProfileNZ.Map.adjustLegends();

}




/**
 * 
 */
$(document).ready(function() {
$(".veMap").css("position", "relative");
});




/**
 * 
 */
function setToolTips() {

}

