$(document).ready(function(){
						   $("#ajax-target-1").simpletip({
														 onBeforeShow: function(){ // Note this refers to the API in the callback 														 function  
														 this.load('/tooltips/bushidoalfeld.htm');
														 }, fixed: false
							});
						   $("#ajax-target-2").simpletip({
														 onBeforeShow: function(){ // Note this refers to the API in the callback 														 function  
														 this.load('/tooltips/bushidokarate.htm');
														 }, fixed: false
							});
						   $("#ajax-target-3").simpletip({
														 onBeforeShow: function(){ // Note this refers to the API in the callback 														 function  
														 this.load('/tooltips/control-rework.htm');
														 }, fixed: false
							});
						   $("#ajax-target-4").simpletip({
														 onBeforeShow: function(){ // Note this refers to the API in the callback 														 function  
														 this.load('/tooltips/ltaw.htm');
														 }, fixed: false
							});
						   
						   $("#disclaimer").colorbox({width:"50%", height:"50%", inline:true, href:"#inline_disclaimer"});
						   $("#impressum").colorbox({width:"50%", height:"50%", inline:true, href:"#inline_impressum"});
});
