var url="http://www.gamesfreak.net/";
var title="Free Racing Games Online";
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;
	}
}