function showTip(thetext, thewidth, thecolor) {
	try {
		ddrivetip(thetext, thewidth, thecolor);
	}
	catch(err) {}
}
function hideTip() {
	try {
		hideddrivetip();
	}
	catch(err) {}
}

