function clickMenu(menu) {
	var getEls = document.getElementById(menu).getElementsByTagName("DD");
	var getAgn = getEls;

	for (var i=0; i<getEls.length; i++) {
			getEls[i].onclick=function() {
				for (var x=0; x<getAgn.length; x++) {
				getAgn[x].className=getAgn[x].className.replace("unclick", "");
				getAgn[x].className=getAgn[x].className.replace("click", "unclick");
				}
			if ((this.className.indexOf('unclick'))!=-1) {
				this.className=this.className.replace("unclick", "");
				}
				else {
				this.className+=" click";
				}
			}
		getAgn[3].className="click";
		}
	}

function siteweb() {

	siteweb="<a href=\"javascript:location.href=\'http:\/\/del.icio.us\/post?&amp;url=\'+encodeURIComponent(location.href)+\'&amp;title=\'+encodeURIComponent(document.title)\" target='_blank'><img alt=Del.icio.us src=\"/templets/MWO/images/social_delicious.png\"><\/a>";

	siteweb = siteweb+"&nbsp;<a href=\"javascript:location.href=\'http:\/\/digg.com\/submit?phase=2&url=\'+encodeURIComponent(location.href)+\'&title=\'+encodeURIComponent(document.title)\" target='_blank'><img alt=digg src=\"/templets/MWO/images/social_digg.png\"><\/a>";

	siteweb = siteweb+"&nbsp;<a href=\"javascript:location.href=\'http:\/\/www.google.com\/bookmarks\/mark?op=add&amp;bkmk=\'+encodeURIComponent(location.href)+\'&amp;title=\'+encodeURIComponent(document.title)\" target='_blank'><img alt=Google src=\"/templets/MWO/images/social_google.png\"><\/a>";

	siteweb = siteweb+"&nbsp;<a href=\"javascript:location.href=\'http:\/\/myweb2.search.yahoo.com\/myresults\/bookmarklet?u=\'+encodeURIComponent(location.href)+\'&amp;t=\'+encodeURIComponent(document.title)\" target='_blank'><img alt=Yahoo src=\"/templets/MWO/images/social_yahoo.png\"><\/a>";

	siteweb = siteweb+"&nbsp;<a href=\"javascript:location.href=\'http:\/\/facebook.com/sharer.php?u=\'+encodeURIComponent(location.href)+\'&amp;title=\'+encodeURIComponent(document.title)\" target='_blank'><img alt=Facebook src=\"/templets/MWO/images/social_facebook.png\"><\/a>";
	document.getElementById("siteweb").innerHTML=siteweb;
}

