var informationen;
var features;
var video;



/* *** Form für Abteilungsnamen */
function informationen() {

 //  pageTracker._trackPageview("/informationen.php");

 new Ajax.Updater(
         	'content',
         	'./_includes/content/tab_informationen.php',
        		{
         	  method:'get'
             	});

 new Ajax.Updater(
         	'button_content_root',
         	'./_includes/navi/informationen.php',
        		{
         	  method:'get'
             	});

}


function features() {

  // pageTracker._trackPageview("/features.php");


 new Ajax.Updater(
         	'content',
         	'./_includes/content/tab_features.php',
        		{
         	  method:'get'
             	});


 new Ajax.Updater(
         	'button_content_root',
         	'./_includes/navi/features.php',
        		{
         	  method:'get'
             	});

}


function video() {


  // pageTracker._trackPageview("/video.php");

 new Ajax.Updater(
         	'content',
         	'./_includes/content/tab_video.php',
        		{
         	  method:'get'
             	});

 new Ajax.Updater(
         	'button_content_root',
         	'./_includes/navi/video.php',
        		{
         	  method:'get'
             	});

}
