function OpenEmail(box) 
{
   domain="FinestFreeOnlineGames.com";
   document.write("<a href=\"mailto:"+box+"@"+domain+"\"><u>"+box+"@"+domain+"</u></a>"); 
}

function switchme()
{
	if(document.getElementById('games').value != '')
	{
		window.location = document.getElementById('games').value;
	}
}

function bookmark(url, who) 
{	
	who = "Finest Free Online Games";
	url = "http://www.finestfreeonlinegames.com/";
	if ( navigator.appName != 'Microsoft Internet Explorer' )
	{ // window.sidebar.addPanel(who, url,""); 
	alert("Please press Ctrl+D to bookmark this page");
	}
	else { window.external.AddFavorite(url, who); }	
}

function snd_play()
{
	document.MediaPlayer1.controls.play();
}

function snd_stop()
{
	document.MediaPlayer1.controls.stop();
}

function popUp(URL, w, h){
	winpops = window.open(URL,"","width="+w+",height="+h+",left=50,top=50,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0");
}

function MM_jumpMenu(targ,selObj,restore)
{ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function blurAnchors(){
  if(document.getElementsByTagName){
    var a = document.getElementsByTagName("a");
    for(var i = 0; i < a.length; i++){
      a[i].onfocus = function(){this.blur()};
    }
  }
}

window.onload = blurAnchors;
