var url="http://www.thegamescenter.com/";
var title="TheGamesCenter.com - Free War and Strategy Games";
function favorites(){
if(document.all)
window.external.AddFavorite(url,title)
}

/* Function: Make a popup		*/
function popUp(URL)
{

	day	= new Date();
	id	= day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=400,height=200,left = 100,top = 100');");

}

/* Function: Switch Page		*/
function switchme(){
	if(document.getElementById('listGamesId').value != ''){
		window.location = document.getElementById('listGamesId').value;
	}
}

function popUp2(URL){
winpops=window.open(URL,"","width=200,height = 350,left=100,top=100,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0")
}
function bookmarksite(title, url){
	if (document.all)
	window.external.AddFavorite(url, title);
	else if (window.sidebar)
	window.sidebar.addPanel(title, url, "")
}