/*
Miscellaneous functions file
*/
function changeBtnBkg(obj, c, s)
{
	if (s == 'on')
		obj.className = new String(c+"_"+s);
	else
		obj.className = c;
}
function addFavourites()
{
	window.external.AddFavorite("http://www.windsor-idiomas.com/","Windsor Idiomas");
}
function legalNote()
{
	var mywin = window.open("/es/legal.php", "legal", "width=600,height=500,resizable=1,scrollbars=1");
}
