//Set the id names of your tablink (without a number at the end)
var tablink_idname = new Array("tablink")
//Set the id name of your tabcontentarea (without a number at the end)
var tabcontent_idname = new Array("tabcontent") 
//Set the number of your tabs
var tabcount = new Array("5")
//Set the Tab wich should load at start
var loadtabs = new Array("4")  
//Turn autochange on or off (1 is on)
var autochangemenu = 1;
//the speed in seconds when the tabs should change
var changespeed = 5;
//should the autochange stop if the user hovers over a tab? 0=no 1=yes
var stoponhover = 1;
