function navControl()
{
	//var content;
	
	
	//--------------------------------------
	// INIT
	//--------------------------------------
	
	this.init = function()
	{
		//alert('navControl');
	}
	
	/*this.update = function()
	{
		// Images
		//this.setImages();
		
		// Videos
		//this.setVideos();
	}*/
	
	
	
	//--------------------------------------
	// IMAGES
	//--------------------------------------
}	

