function AbtainPassGUrl(obj){
	if(obj == '%CBA%BB%AB'){
	window.location.replace('');
	}
	else if (obj == '%%EK'){//anycall phase
	window.location.replace('/anycall_phase3/_index.html');
	}
	else if (obj == '%%AE'){//ss mobile
	window.location.replace('/ss_mobile/100513/_index.html');
	}
	else if (obj == '%%K%'){//ex1
	window.location.replace('/ex1/_index.html');
	}
	else if (obj == '%%EC'){//e10
	window.location.replace('/e10/_index.html');
	}
	else if (obj == '%%A8'){//t10
	window.location.replace('/t10/_index.html');
	}
	else if (obj == '%%EE'){//t10
	window.location.replace('/e10test/index_1.html');
	}
	else if (obj == '%%8A'){//t10
	window.location.replace('/eisa/samsung_eisa.htm');
	}
        else if (obj == '%%8E'){//st600
        window.location.replace('/st600/index_1.html');
        }
        else if (obj == '%%68'){//st600
        window.location.replace('/navibot/_index.html');
        }


	else {
//window.prompt('Your key',tmS0 + tmS1 + tmS2 + tmS3);
	alert('SORRY WRONG KEY');
		document.getElementById('LogInputTxt').value = '';
		return;
	}																															  
};

