function ctrlVersao(host){
	if (navigator.appName == 'Blazer' || navigator.appName == 'Microsoft Pocket Internet Explorer'){
   	window.location.href=host+'pda/';
 	}
}