//var index = 0;
$(function(){
	var tab = document.getElementById("tab");
	var menus = $("#tab>ul.tabMenu li a");
	var changeTab = function(a){
			if(a.id=="selectedTab")return;
			document.getElementById("selectedTab").removeAttribute("id");
			a.setAttribute("id","selectedTab");
			tab.className = a.rel;
		};
	menus.each(function(){
		var a = this;
		a.onmouseover = function(){changeTab(a);}
	});
//	var anchor = menus.get();
	menus = null;
//	var o = false;
//	var st = setInterval(function(){if(!o){changeTab(anchor[0]);anchor.push(anchor.shift());}}, 2000);
//	tab.onmouseover = function(){clearInterval(st);anchor.length=0;};
//	$(tab).hover(function(){o=true;},function(){o=false;});
	$(".mqList").each(function(){
		(function(t){setTimeout(function(){new Marquee(t,3,1,970,$(t).height(),20,1000,0);},13);})(this);
	});
});
//swfobject.embedSWF("f/soliware.swf", "flashWrapper", "948", "180", "9.0.0", "expressInstall.swf");