﻿if (/MSIE (5\.5|6).+Win/.test(navigator.userAgent))
	window.attachEvent("onload", function() {
	   var menu = document.getElementById('mainMenu');
	   if (menu)
	   {
			var obj = menu.getElementsByTagName('li');
			for (var i = obj.length; i;)
			{
				obj[--i].onmouseover = function() {this.className +=' hover'};
				obj[i].onmouseout = function() {this.className = this.className.replace(new RegExp(' hover\\b'), '')};
			}
	   }
	});
var galleryList = [];

