///////////////////////  CUSTOMIZE HERE   ////////////////////
// settings for tooltip 
// Do you want tip to move when mouse moves over link?
var tipFollowMouse= false;	
// Be sure to set tipWidth wide enough for widest image
var tipWidth= 320;
var offX= 20;	// how far from mouse to show tip
var offY= 12; 
var tipFontFamily= "Verdana, arial, helvetica, sans-serif";
var tipFontSize= "8pt";
// set default text color and background color for tooltip here
// individual tooltips can have their own (set in messages arrays)
// but don't have to
var tipFontColor= "#000000";
var tipBgColor= "#DDECFF"; 
var tipBorderColor= "#000080";
var tipBorderWidth= 3;
var tipBorderStyle= "ridge";
var tipPadding= 4;

// tooltip content goes here (image, description, optional bgColor, optional textcolor)
var messages = new Array();
// multi-dimensional arrays containing: 
// image and text for tooltip
// optional: bgColor and color to be sent to tooltip
messages[0] = new Array('http://www.kraichbach-schlabbe.de/images/member/schwager1.jpg','Schwager, the God-Who-Is-With-Us','black','white');
messages[1] = new Array('http://www.kraichbach-schlabbe.de/images/member/flo1.jpg','Schulze the Flower-of-Manhood','black','white');
messages[2] = new Array('http://www.kraichbach-schlabbe.de/images/member/ruck1.jpg','Ruck the Strong','black','white');
messages[3] = new Array('http://www.kraichbach-schlabbe.de/images/member/geng1.jpg','Geng the Horse-Lover','black','white');
messages[4] = new Array('http://www.kraichbach-schlabbe.de/images/member/grahlert1.jpg','Grahlert the Garland-Headed','black','white');
messages[5] = new Array('http://www.kraichbach-schlabbe.de/images/member/feller1.jpg','Feller the Blessed','black','white');

////////////////////  END OF CUSTOMIZATION AREA  ///////////////////