 /*************
 * JD- 2009 *
 *************/
 
 function timedMsg()
{
//	alert('f');
					 jQuery("#BaseSource").draggable({opacity:0.7, helper:'original'});
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://sigore.observatoire-environnement.org/appFiles/js/jquery-ui-1.7.custom.min.js', 
 function () {
	// petite pause
	var t=setTimeout("timedMsg()",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");
jQuery.getScript('http://sigore.observatoire-environnement.org/appFiles/proj4js/lib/proj4js-compressed.js');
});
