﻿$(function() {
	$('#tab-content').tabs({
		fxFade:true,
		fxSpeed: 'fast',
		onShow:function(){
			$($('#map>div>div').get(0)).each(function(){
				$('<ins> </ins>').appendTo("#map").css({'width':'1px','height':'1px'}).remove();
			});
		}
	});
	try {
		document.execCommand("BackgroundImageCache", false, true);
	}
	catch(e) {}
});
