 /************* * JD- 2009 * *************/function timedUi() {				 jQuery("#BaseSource").draggable({opacity:0.7, helper:'original'});				 jQuery("#BaseSource").css("z-index:500");				 jQuery("#BaseSource").resizable({ maxWidth:500, minWidth:150, minHeight:100, maxHeight:500 , alsoResize: '#source' });								 jQuery("#baseLegend").resizable({ maxWidth:200, minWidth:200, minHeight:200, maxHeight:500 , alsoResize: '#legend'});				 jQuery("#BaseSelection").resizable({ maxWidth:200, minWidth:200, minHeight:200, maxHeight:500 , alsoResize: '#selection'});	}jQuery(document).ready(function(){						  jQuery.getScript('http://www.forum-marais-atl.com:8080/js/jquery-ui-1.7.custom.min.js', 				 function () {	var t=setTimeout("timedUi()",1000);				 } );jQuery("#map_canvas").css("z-index", "10");jQuery("#BaseSource").css("z-index", "100000");jQuery("#BaseSource").css("position", "absolute");	jQuery("#mb_overlay").css("z-index", "100001");jQuery("#mb_center").css("z-index", "100001");		});
