﻿function ProcessImn() { }
function ProcessImnMarkers() { }

$(document).ready(function() {

	if (typeof _spBodyOnLoadWrapper != 'undefined') _spBodyOnLoadWrapper();

	// Fix IE8 slowness bug without need to disable XMLHTTP native mode.
	document.body.onUnload = "";
	window.onbeforeunload = ""; 	

	// pngfix
	$.ifixpng('/_layouts/Meteoriitti/styles/images/e.gif');
	$('img[src$=.png]').ifixpng();

	$("#MSOTlPn_Tbl").easydrag();
	$("#MSOTlPn_Tbl").setHandler('MSOTlPn_ToolPaneCaption');
});