function makefavorite()
{
	if (document.all)
	{
		window.external.AddFavorite("http://arcadebucket.com", document.title)
	}
}
function gameNewWindow(URL,width,height){
	winpops=window.open(URL,"","width="+width+",height="+height+",left=1,top=1,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0")
}