function ganaar(strURL)
{
	if   (strURL != '')
		window.location.href = strURL;
	return false;
}

