//  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// VIEW - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
//  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
function View() {
	var actualites_out_path = "templates/leslaboratoires/images/actualitesB.gif";
	
	// - - - - - -
	if (typeof View.initialized == "undefined"){
		//
		View.prototype.openmenu = function(t, ret, rap){
			//
			var H_cible_menu = getHeight('menu')+getHeight('titre')+getHeight('soustitre');
			//
			new Tween('centre', 'height', H_cible_menu, {duree:t, retard:ret, rappel:rap});
			//
		}//opencredits // - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	
		//
		View.prototype.closemenu = function(t, ret, rap){
			//
			var H_cible_menu = 1;
			//
			new Tween('centre', 'height', H_cible_menu, {duree:t, retard:ret, rappel:rap});
			//
		}//closecredits
		// 
		// 
	}	
}//View
