// JavaScript Document

function toggle(object) {
if (document.getElementById) {
if (document.getElementById(object).style.visibility == 'visible')
document.getElementById(object).style.visibility = 'hidden';
else
document.getElementById(object).style.visibility = 'visible';
}

else if (document.layers && document.layers[object] != null) {
if (document.layers[object].visibility == 'visible' ||
document.layers[object].visibility == 'show' )
document.layers[object].visibility = 'hidden';
else
document.layers[object].visibility = 'visible';
}

else if (document.all) {
if (document.all[object].style.visibility == 'visible')
document.all[object].style.visibility = 'hidden';
else
document.all[object].style.visibility = 'visible';
}

return false;
}


var offsetxpoint=30 //Customize x offset of tooltip
var offsetypoint=20 //Customize y offset of tooltip

var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function showtip(thetext, thecolor, thewidth){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor= thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20

var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth)
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
else if (curX<leftedge)
tipobj.style.left="5px"
else
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetxpoint+"px"

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight)
tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
else
tipobj.style.top=curY+offsetypoint+"px"
tipobj.style.visibility="visible"
}
}

function hidetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip

var VTplus = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#5E6732" height="20"><div class="ueberTab">&nbsp;&raquo; VTplus-20</div></td></tr><tr><td><img src="uploads/images/tip_VTplus.jpg" width="400" height="250"></td></tr></table>';
var Vturn_plus_15 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#5E6732" height="20"><div class="ueberTab">&nbsp;&raquo; VTplus-15</div></td></tr><tr><td><img src="uploads/images/tip_Vturn_plus_15.jpg" width="400" height="262"></td></tr></table>';
var VTplus_20 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#42422A" height="20"><div class="ueberTab">&nbsp;&raquo; VTplus-15/20</div></td></tr><tr><td><img src="uploads/images/VTplus_20.jpg" width="400" height="300"></td></tr></table>';
var Vturn_A26 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#5E6732" height="20"><div class="ueberTab">&nbsp;&raquo; Vturn-A26</div></td></tr><tr><td><img src="uploads/images/Vturn-A26.jpg" width="400" height="300"></td></tr></table>';

var Vturn = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#5E6732" height="20"><div class="ueberTab">&nbsp;&raquo; Vturn-16 / 20 / 26 / 36 / 46</div></td></tr><tr><td><img src="uploads/images/tip_Vturn.jpg" width="400" height="250"></td></tr></table>';
var Vturn46 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#5E6732" height="20"><div class="ueberTab">&nbsp;&raquo; Vturn-46</div></td></tr><tr><td><img src="uploads/images/tip_Vturn46.jpg" width="400" height="267"></td></tr></table>';
var Vturn_CV = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#5E6732" height="20"><div class="ueberTab">&nbsp;&raquo; Vturn-16CV / 20CV / 26CV / 36CV / 46CV</div></td></tr><tr><td><img src="uploads/images/tip_Vturn.jpg" width="400" height="250"></td></tr></table>';
var VturnII16 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#5E6732" height="20"><div class="ueberTab">&nbsp;&raquo; VturnII-16 / 16CV / 16YCV</div></td></tr><tr><td><img src="uploads/images/tip_VturnII.jpg" width="400" height="250"></td></tr></table>';
var VturnII_CV = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#5E6732" height="20"><div class="ueberTab">&nbsp;&raquo; VturnII-16CV / 20CV / 23CV / 26CV</div></td></tr><tr><td><img src="uploads/images/tip_VturnII.jpg" width="400" height="250"></td></tr></table>';
var VturnII_20YCV = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#5E6732" height="20"><div class="ueberTab">&nbsp;&raquo; VturnII-20YCV</div></td></tr><tr><td><img src="uploads/images/tip_VturnII_20YCV.jpg" width="400" height="350"></td></tr></table>';
var VturnII_20 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#5E6732" height="20"><div class="ueberTab">&nbsp;&raquo; VturnII-20</div></td></tr><tr><td><img src="uploads/images/tip_VturnII20.jpg" width="400" height="300"></td></tr></table>';
var VturnII_44CV = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#42422A" height="20"><div class="ueberTab">&nbsp;&raquo; VturnII-16/20/23/26</div></td></tr><tr><td><img src="uploads/images/VturnII_20.jpg" width="300" height="225"></td></tr></table>';
var VturnII_26 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#42422A" height="20"><div class="ueberTab">&nbsp;&raquo; VturnII-26</div></td></tr><tr><td><img src="uploads/images/VturnII_26_gr.jpg" width="400" height="300"></td></tr></table>';

var Vturn_iV200 = '<table width="300" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#C5902C" height="20"><div class="ueberTab">&nbsp;&raquo; Vturn-iV200 / 250</div></td></tr><tr><td><img src="uploads/images/tip_iV200.jpg" width="300" height="300"></td></tr></table>';
var Vturn_V560 = '<table width="350" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#C5902C" height="20"><div class="ueberTab">&nbsp;&raquo; Vturn-V560</div></td></tr><tr><td><img src="uploads/images/Vturn-V560.jpg" width="350" height="315"></td></tr></table>';
var Vturn_V760 = '<table width="350" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#C5902C" height="20"><div class="ueberTab">&nbsp;&raquo; Vturn-V760</div></td></tr><tr><td><img src="uploads/images/Vturn-V760.jpg" width="350" height="315"></td></tr></table>';

var Vturn_X200 = '<table width="340" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#C5902C" height="20"><div class="ueberTab">Vturn-X200</div></td></tr><tr><td><img src="uploads/images/Vturn-X200.jpg" width="340" height="184"></td></tr></table>';

var vc55 = '<table width="300" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#925311" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-55 / 55APC </div></td></tr><tr><td><img src="uploads/images/tip_vc55.jpg" width="300" height="300"></td></tr></table>';
var Vc70APC = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#925311" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-70 / 70APC</div></td></tr><tr><td><img src="uploads/images/tip_Vc70APC.jpg" width="400" height="300"></td></tr></table>';
var VC_A72 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#925311" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-A72/A85/A110</div></td></tr><tr><td><img src="uploads/images/Vcenter-A72.jpg" width="400" height="300"></td></tr></table>';
var VC_85 = '<table width="300" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#925311" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-85 A/B/C</div></td></tr><tr><td><img src="uploads/images/tip_VC_85.jpg" width="300" height="300"></td></tr></table>';
var VC_102B = '<table width="300" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#925311" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-102 A/B/C</div></td></tr><tr><td><img src="uploads/images/tip_VC_102B.jpg" width="300" height="300"></td></tr></table>';
var Vcenter_110 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#925311" height="30"><div class="ueberTab">&nbsp;&raquo; Vcenter-110</div></td></tr><tr><td><img src="uploads/images/tip_Vcenter_110.jpg" width="400" height="300"></td></tr></table>';
var Vcenter130 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#925311" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-130</div></td></tr><tr><td><img src="uploads/images/tip_Vcenter130.jpg" width="400" height="300"></td></tr></table>';
var Vcenter_gleit = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#925311" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-85B, Vcenter-145</div></td></tr><tr><td><img src="uploads/images/Vcenter_gleit_tip.jpg" width="400" height="300"></td></tr></table>';
var Vcenter_205 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#925311" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-205 </div></td></tr><tr><td><img src="uploads/images/Vcenter_205_tip.jpg" width="400" height="263"></td></tr></table>';

var Vcenter_H400 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#2E3A39" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-H400</div></td></tr><tr><td><img src="uploads/images/Vcenter-H400.jpg" width="400" height="250"></td></tr></table>';
var Vcenter_H500 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#2E3A39" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-H500 / H500HS </div></td></tr><tr><td><img src="uploads/images/tip_Vcenter_H500.jpg" width="350" height="282"></td></tr></table>';
var Vcenter_H630 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#2E3A39" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-H630</div></td></tr><tr><td><img src="uploads/images/tip_Vcenter_H630.jpg" width="400" height="250"></td></tr></table>';
var VcenterH1000 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#42422A" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-H1000</div></td></tr><tr><td><img src="uploads/images/tip_VcenterH1000.jpg" width="400" height="245"></td></tr></table>';

var Vc_H400 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#42422A" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-H400/H400HS</div></td></tr><tr><td><img src="uploads/images/Vc_H400.jpg" width="400" height="300"></td></tr></table>';
//var Vc_H630 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#42422A" height="20"><div class="ueberTab">&nbsp;&raquo; Vc-H630</div></td></tr><tr><td><img src="uploads/images/Vc_H630.jpg" width="400" height="300"></td></tr></table>';

var Vturn_36W = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#42422A" height="20"><div class="ueberTab">&nbsp;&raquo; Vturn-36W</div></td></tr><tr><td><img src="uploads/images/tip_Vturn_36W.jpg" width="400" height="261"></td></tr></table>';
var VT_V24W = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#42422A" height="20"><div class="ueberTab">&nbsp;&raquo; Vturn-V20W/V24W</div></td></tr><tr><td><img src="uploads/images/VT_V24W.jpg" width="400" height="300"></td></tr></table>';
var Vcenter_85 = '<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#42422A" height="20"><div class="ueberTab">&nbsp;&raquo; Vcenter-85W</div></td></tr><tr><td><img src="uploads/images/Vcenter85.jpg" width="400" height="300"></td></tr></table>';

var Vcenter_X300='<table width="400" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#42422A" height="20"><div class="ueberTab">Vcenter-X300</div></td></tr><tr><td><img src="uploads/images/Vcenter-X300.jpg" width="400" height="300"></td></tr></table>';
