function isPPC() {
	
	type_computer = 0
    if (navigator.appVersion.indexOf("PPC") != -1){
		// PC
	}else{
		// OTHER
		type_computer = 1
	}
	return type_computer;
	
}







/*

****************************************
******** SITE USE THIS FUNCTION ********
****************************************

CLUB23

INTERFERENCES

*/
