/* <script type="text/javascript">*/

/***********************************************
* Cool DHTML tooltip script II- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var offsetfromcursorX=12 //Customize x offset of tooltip
var offsetfromcursorY=10 //Customize y offset of tooltip

var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image
var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).

document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
document.write('<img id="dhtmlpointer" src="arrow2.gif">') //write out pointer image

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") : ""

var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""

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

function ddrivetip(thetext, thewidth, thecolor){
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 nondefaultpos=false
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 winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20

var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY

var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-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=curX-tipobj.offsetWidth+"px"
nondefaultpos=true
}
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+offsetfromcursorX-offsetdivfrompointerX+"px"
pointerobj.style.left=curX+offsetfromcursorX+"px"
}

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight){
tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
nondefaultpos=true
}
else{
tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
pointerobj.style.top=curY+offsetfromcursorY+"px"
}

tipobj.style.visibility="visible"
if (!nondefaultpos)
pointerobj.style.visibility="visible"
else
pointerobj.style.visibility="hidden"
}
}

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

document.onmousemove=positiontip



/* for BOTTOM TOOLTIP */

/***********************************************
* Bottom slide tooltip- by Ron Grafe (mailto:grafer@REMOVETHIScolumbus.rr.com)
* Website URL: http://www.gdevresources.com
* Script modified by and available at Dynamic Drive: http://www.dynamicdrive.com/
***********************************************/

//SET TOOLTIP DESCRIPTIONS BELOW
//Extend or contract array as needed
var description=new Array()
description[0]='<DIV align=center onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/hornet-e1.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words><div class=headings align=center>HANDLE BAR CONTROLS</DIV><P><B>Power Controller - E</B>conomy mode provides you some motor assistance when you pedal without using the throttle. <B>Center</B> Mode only provides motor assistance when you use the throttle. <B>S</B> Mode provides full motor assistance when you pedal without having to use the throttle.<P><B>Battery Indicator</B> So you will always know the charge in the battery.<P><B>Gear Selector</B> 6 Speed Gear Selector with fast gear up selection button.<P><B>Throttle</B> - Allows you to manually adjust how much motor power you wish to use.<DIV align=center><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV></DIV>'
description[1]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/hornet-e2.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>LITHIUM ION BATTERY</DIV><P>The Ultimate in Battery Technology, Providing you with up to 40KM Range on a single charge, and up to 30 kmph without using the pedals.  Battery Weight is only 3.1 KG.  Recharge time is 4 - 6 hours. Power On/Off is key operated.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[2]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/hornet-e3.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>FOLDABLE FRAME and REAR SUSPENSION</DIV><P>The Frame can be folded in seconds without using any tools.<P> Rear Suspension provides you with a soft and smooth ride for maximum comfort.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[3]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/hornet-e4.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>REAR WHEEL DRIVE AND SHIMANO GEARS</DIV><P><P>Match these precision 6 speed gears with the Lancaster 3 Mode power controller and Rear Wheel Electric Motor Drive and you have a great performance Bike.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[4]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/hornet-e5.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>FRONT SUSPENSION</DIV><P>To provide you with a soft and smooth ride for maximum comfort.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLOSE WINDOW</A></DIV>'

description[5]='<DIV align=center onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/galaxy-handle.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words><div class=headings align=center>HANDLE BAR CONTROLS</DIV><P><B>Power Controller - E</B>conomy mode provides you some motor assistance when you pedal without using the throttle. <B>Center</B> Mode only provides motor assistance when you use the throttle. <B>S</B> Mode provides full motor assistance when you pedal without having to use the throttle.<P><B>Battery Indicator</B> So you will always know the charge in the battery.<P><B>Gear Selector</B> 6 Speed Gear Selector with fast gear up selection button.<P><B>Throttle</B> - Allows you to manually adjust how much motor power you wish to use.<DIV align=center><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV></DIV>'
description[6]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/galaxy-angle.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>ADJUSTABLE ANGLE HANDLE BAR</DIV><P>To provide you with optimum riding position, the handle bar angle can be adjusted<BR> from +40 degrees to -10 degrees.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[7]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/galaxy-front.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>FRONT SUSPENSION</DIV><P>To provide you with a soft and smooth ride for maximum comfort.<P>Front Light for added safety while riding at night. (light requires AA battery *not supplied*)<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[8]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/galaxy-bat.jpg"   WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>LITHIUM ION BATTERY</DIV><P>The Ultimate in Battery Technology, Providing you with up to 40KM Range on a single charge, and up to 30 kmph without using the pedals.  Battery Weight is only 3.1 KG.  Recharge time is 4 - 6 hours. Power On/Off is key operated.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[9]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/galaxy-rear.jpg"  WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>REAR CARRY RACK AND LIGHT</DIV><P><P>A tie down rack for easy storage.<P> Rear LED light for added protection while riding at night. (Light requires AA battery *not supplied*. Light is not powered from main bike battery).<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[10]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/galaxy-gear.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>REAR WHEEL DRIVE AND SHIMANO GEARS</DIV><P><P>Match these precision 6 speed gears with the Lancaster 3 Mode power controller and Rear Wheel Electric Motor Drive and you have a great performance Bike.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'

description[11]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/hercules-handle.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>HANDLE BAR CONTROLS</DIV><B>Left Hand</B><BR> Rear Brake, Gear Selector and Horn<P><B>Center Display</B><BR>Battery Charge Indicator, Headlight and On/Off Key.<P><B>Right Hand</B><BR>Tilt Control - Adjust how much angle the Tilt / Balance mechanism can move.<BR>Throttle - Adjust how much motor power you wish to use<BR>Cruise Control - Set the throttle to the speed you want and press Cruise Control for a leisurely ride.<BR>Front Brake<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[12]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/hercules-front.jpg"  WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>FRONT WHEEL DRIVE AND SUSPENSION</DIV><BR>Powered by a 24volt 200W Electric Motor.<P>  Front suspension to provide you with a smooth and comfortable ride.<P><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[13]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/hercules-rear.jpg"   WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>REAR VIEW</DIV>Lithium Ion Battery is located beneath the rear carry basket.<P>Rear Light for added safety while riding at night.<P><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[14]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/hercules-2.jpg"      WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>VIEW FROM ADDITIONAL ANGLES</DIV><BR>Showing the Tricycle from different angles.<P><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'

description[15]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/hornet-e6.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>FOLDABLE PEDALS</DIV><P>For easy of storage, these pedals can be folded down.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLOSE WINDOW</A></DIV>'

description[16]='<DIV onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/javelin-e1.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words><div class=headings align=center>HANDLE BAR CONTROLS</DIV><P><B>Power Controller - Provides motor assistance without having to use the throttle. E</B>conomy mode provides you some motor assistance when you pedal. <B>Center</B> Mode only provides motor assistance when you use the throttle. <B>S</B> Mode provides full motor assistance when you pedal.<P><B>Battery Indicator</B> So you will always know the charge in the battery.<P><B>Gear Selectors</B> Left Hand controls the front 3 sprockets. Right Hand controls the 7 rear sprockets giving you a total of 21 Gears, with fast gear up selection button.<P><B>Throttle</B> - Allows you to manually adjust how much motor power you wish to use.<DIV align=center><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV></DIV>'
description[17]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/javelin-e2.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>FRONT SUSPENSION</DIV><P>To provide you with a soft and smooth ride for maximum comfort.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[18]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/javelin-e3.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>FRONT DISC BRAKE</DIV><P>For ultimate stopping power.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[19]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/javelin-e4.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>LITHIUM ION BATTERY</DIV><P>The Ultimate in Battery Technology, Providing you with up to 40KM Range on a single charge, and up to 30 kmph without using the pedals.  Battery Weight is only 3.1 KG.  Recharge time is 4 - 6 hours. Power On/Off is key operated.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[20]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/javelin-e5.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>REAR CANTILEVER SUSPENSION</DIV><P>For ultimate rider comfort, this rear suspension will soften any bumps that you may encounter.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[21]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/javelin-e6.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>REAR WHEEL DRIVE AND SHIMANO GEARS</DIV><P><P>Match these precision 21 speed gears with the Lancaster 3 Mode power controller and Rear Wheel Electric Motor Drive and you have a great performance Bike.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[22]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="bikes/javelin-e7.jpg" WIDTH=600 HEIGHT=399 border=1><BR><div class=words align=center><div class=headings>QUICK RELEASE FRONT WHEEL</DIV><P><P>For optimum functionality, the front wheel can be released quickly without using any tools.<BR><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'

description[30]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="quickie/breezy4-e1.jpg" WIDTH=600 HEIGHT=432 border=1 ALT="Quickie Breezy Attendant Brakes"><BR><div class=words align=center><BR><div class="headings">ATTENDANT BRAKES</DIV><P>Lockable Attendant Brakes ensure safe operation of the chair. With a quick brake release lever the highly efficient drum brakes can be easily disengaged. These Attendant brakes do not work on the tyre (like traditional brakes) so only light pressure is required in order to engage them. Unlike normal attendant brakes once you apply the brake it stays on, until you choose to release them using the quick release lever.<P><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[31]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="quickie/breezy4-e2.jpg" WIDTH=600 HEIGHT=399 border=1 ALT="Quickie Breezy Adjustable Armrests"><BR><div class=words align=center><BR><div class="headings">ADJUSTABLE ARMRESTS</DIV><P>All without requiring Tools. These armrests can be height adjusted, flipped back or completely removed all within seconds. <P><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[32]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="quickie/breezy4-e3.jpg" WIDTH=600 HEIGHT=399 border=1 ALT="Quickie Breezy Drum Brakes and Quick Release Wheel"><BR><div class=words align=center><BR><div class="headings">QUICK RELEASE WHEEL AND DRUM BRAKES</DIV><P>Quick Release wheels allow the rear wheels to be detached instantly. Drum Brakes (for the attendant brakes) are considerably more efficient than standard "on-tyre" type braking systems as they brake directly to the wheel instead of the tyre. ("On Tyre" Braking is inefficient because, tyres change with age and tyre pressure), so braking is much more consistent and reliable with Drum Braking. <P><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[33]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="quickie/breezy4-e4.jpg" WIDTH=600 HEIGHT=446 border=1 ALT="Quickie Breezy Leg Rests"><BR><div class=words align=center><BR><div class="headings">ADJUSTABLE FLIP BACK LEG RESTS</DIV><P>These leg rests are height adjustable without requiring any tools. Simply release the locking lever located just above the heel strap, press in the buttons then slide to the required height then re-engage the locking lever.  These leg rests can flip back or be completely removed. <P><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'
description[34]='<DIV align=CENTER onMouseDown="clearTimeout(openTimer);stopIt();"><IMG src="quickie/breezy4-e5.jpg" WIDTH=600 HEIGHT=334 border=1 ALT="Quickie Anti-Tippers"><BR><div class=words align=center><BR><div class="headings">HEIGHT ADJUSTABLE ANTI-TIPPERS</DIV><P>Without needing any tools, these Anti-Tippers can be quickly disengaged by facing them upwards when not required, and quickly re-engaged by facing them downwards.  All without even having to remove them. However they can be quickly and easily removed if required. They are also height adjustable so you can set how much angle you want the chair to tip before they activate. <P><A HREF="javascript:void(0)" onclick="clearTimeout(openTimer);stopIt();">CLICK TO CLOSE WINDOW</A></DIV>'

//Do not edit below here

iens6=document.all||document.getElementById
ns4=document.layers

<!--GLOBAL VARIABLES-->
var thename
var theobj
var thetext
var winHeight
var winPositionFromTop
var winWidth
var startH=2
var openTimer
<!--END GLOBAL VARIABLES-->

<!--GLOBAL FUNCTIONS-->

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

function setObj(text,theswitch,inwidth,inheight) {
	thetext=text
	if(iens6){
		thename = "viewer"
		theobj=document.getElementById? document.getElementById(thename):document.all.thename
		winHeight=100
			if(iens6&&document.all) {
				winPositionFromTop=!window.opera? ietruebody().clientHeight : document.body.clientHeight
				winWidth=(ietruebody().clientWidth-ietruebody().leftMargin)
			}
			if(iens6&&!document.all) {
				winPositionFromTop=window.innerHeight
				winWidth=(window.innerWidth-(ietruebody().offsetLeft+30))
			}
			if(theswitch=="override") {
				winWidth=inwidth
				winHeight=inheight
			}
		theobj.style.width=winWidth+"px"
		theobj.style.height=startH+"px"
			if(iens6&&document.all) {
				theobj.style.top=ietruebody().scrollTop+winPositionFromTop+"px"
				//window.status=winPositionFromTop
				theobj.innerHTML = ""
				theobj.insertAdjacentHTML("BeforeEnd","<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=1><tr><td width=100% valign=top><font type='times' size='2' style='color:black;font-weight:normal'>"+thetext+"</font></td></tr></table>")
			}
			if(iens6&&!document.all) {
				theobj.style.top=window.pageYOffset+winPositionFromTop+"px"
				theobj.innerHTML = ""
				theobj.innerHTML="<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=1><tr><td width=100% valign=top><font type='times' size='2' style='color:black;font-weight:normal'>"+thetext+"</font></td></tr></table>"
			}
	}
	if(ns4){
		thename = "nsviewer"
		theobj = eval("document."+thename)
		winPositionFromTop=window.innerHeight
		winWidth=window.innerWidth
		winHeight=100
			if(theswitch=="override") {
				winWidth=inwidth
				winHeight=inheight
			}
		theobj.moveTo(0,eval(window.pageYOffset+winPositionFromTop))
		theobj.width=winWidth
		theobj.clip.width=winWidth
		theobj.document.write("<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=1><tr><td width=100% valign=top><font type='times' size='2' style='color:black;font-weight:normal'>"+thetext+"</font></td></tr></table>")
		theobj.document.close()
	}
	viewIt()
}

function viewIt() {
	if(startH<=winHeight) {
		if(iens6) {
			theobj.style.visibility="visible"
				if(iens6&&document.all) {
					theobj.style.top=(ietruebody().scrollTop+winPositionFromTop)-startH+"px"
				}
				if(iens6&&!document.all) {
					theobj.style.top=(window.pageYOffset+winPositionFromTop)-startH+"px"
				}
			theobj.style.height=startH+"px"
			startH+=20
			openTimer=setTimeout("viewIt()",10)
		}
		if(ns4) {
			theobj.visibility = "visible"
			theobj.moveTo(0,(eval(window.pageYOffset+winPositionFromTop)-startH))
			theobj.height=startH
			theobj.clip.height=(startH)
			startH+=20
			openTimer=setTimeout("viewIt()",10)
		}
	}else{
		clearTimeout(openTimer)
	}
}

function stopIt() {
	if(iens6) {
		theobj.innerHTML = ""
		theobj.style.visibility="hidden"
		startH=2
	}
	if(ns4) {
		theobj.document.write("")
		theobj.document.close()
		theobj.visibility="hidden"
		theobj.width=0
		theobj.height=0
		theobj.clip.width=0
		theobj.clip.height=0
		startH=2
	}
}

/* END BOTTOM TOOLTIP */