/*
	FONCTIONS EXCLUSIVES
*/
function getHeight(){
	var h = (!document.all) ? window.innerHeight : document.documentElement.clientHeight;
	var	flashApp = (!document.all) ? document['ok_website'] : window['ok_website'];
	return h;
}