
/***********************************************
/* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
/* This notice MUST stay intact for legal use
/* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
/***********************************************/

/* Modified to support Opera */
function bookmarksite(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}







function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}







var head_langSelectSlider;
var langSelectClose;

var head_gamesSelectSlider;
var gamesSelectClose;

/* *** Currently causing an error: "window.onload = function" (removed) */







function showHideLangSelect () {
	
    document.getElementById('head_langSelectBorder').style.visibility = 'visible';
    head_langSelectSlider.toggle();
    
}

function showLangSelect () {
    head_langSelectSlider.slideIn();
}

function startHideLangSelect () {
    langSelectClose = window.setInterval("showHideLangSelect();", 1000);
    
}

function doHideLangSelect () {
    window.clearInterval(langSelectClose);
    head_langSelectSlider.slideOut();
}

function stopHideLangSelect () {
    window.clearInterval(langSelectClose);
}

function mouseOverLangSelect(me) {
    document.getElementById('temp_' + me).style.backgroundColor = '#B80500';
    
  
}

function mouseOutLangSelect(me) {
    document.getElementById('temp_' + me).style.backgroundColor = '#242424';
    
}

function changeTemp (newtemp) {
    window.location = newtemp;
}

