
<!--
/*
This code is from Dynamic Web Coding 
www.dyn-web.com 
Copyright 2001 by Sharon Paine 
Permission granted to use this code as long as this 
entire notice is included.
*/

/* IMPORTANT: Put script after tooltip div or 
	 put tooltip div just before </BODY>. */

var dom = (document.getElementById) ? true : false;
var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false;
var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false;
var ns4 = (document.layers && !dom) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false;

// resize fix for ns4
var origWidth, origHeight;
if (ns4) {
	origWidth = window.innerWidth; origHeight = window.innerHeight;
	window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); }
}

// avoid error of passing event object in older browsers
if (nodyn) event = "nope";

///////////////////////  CUSTOMIZE HERE   ////////////////////
// settings for tooltip 
// Do you want tip to move with mouse movement along link?
var tipFollowMouse	= false;	
var tipWidth 			 	= 245;
var offX					 	= 20;	// how far from mouse to show tip
var offY					 	= 3; 
var tipFontFamily 	= "arial, helvetica, sans-serif";
var tipFontSize			= "8pt";
var tipFontColor		= "#000000";
var tipBgColor 			= "#ffffff";
var tipBorderColor 	= "#666666";
var tipBorderWidth 	= 1;
var tipBorderStyle 	= "solid";
var tipPadding		 	= 1;

// preload images to be placed in tooltip
//var img1 = new Image(100,100);	// (width,height)
// img1.src = "your.gif";


// variables for tooltip content 
var tip0 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>HIGHLANDS</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Nestled in the short bluffs to the West of Lodo and overlooking the expanse of the breathtaking downtown Denver skyline is Highlands.  Just a 10 minute walk over either of two new pedestrian bridges takes you into the core of Lodo.  The Highlands is a rich mix of architecture and culture along the tree line streets and quiet neighborhoods, it is city living just a step away from the action.  This Denver community is one of the few popular residential areas near downtown where you can be sure to find empty street parking spaces around the clock.  Many types of housing abound, including Victorian revivals, updated (and not) Craftsman Bungalows, and lofts in new and old buildings.</font></td></tr></table>'

var tip1 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>UPPER LARIMER</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Located directly north of Lodo this neighborhood is home to those who want to live downtown but away from the activity and lively clamor of downtown.  The area is an industrial mixed-use neighborhood that combines warehouses, retail spaces, the downtown rail spur, new & old living developments.</font></td></tr></table>'

var tip2 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>PROSPECT PARK</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">The park is the Northern extension of the Riverfront development located in the Central Platte Valley, adjacent to Coors Field and the Denver’s joint rail line.  Highlighted as one of Denver’s newest residential conversion regions, the expected residential population should triple by the turn of this decade.  Many warehouses and proposed buildings are awaiting their transformation into urban living projects forecast for the near future.  The proximity to LoDo and the Riverfront neighborhoods allows Prospect Park residents to share all the nightlife and amenities with close access to I-25 and Coors Field.  </font></td></tr></table>'

var tip3 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>BALLPARK</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Towards the North of downtown lies the Ballpark area, laced with light industrial, service companies and warehouses that are very much operational. Loft residences in this unique neighborhood capture the “industrial loft” look and sparse interior warehouse personality.  Immigrants flocked to the area in early Denver history, with ethnic neighborhoods developing along the early rail line.  Today this ethnic and cultural melting pot lends itself to the authentic flare of the area.  Dotting the street one can find authentic cultural shopping, bars, and restaurants defining the image of the Ballpark district. Streets often lack vegetation and pedestrian sidewalks due to the nature of past and present business in this locale.</font></td></tr></table>'

var tip4 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>RIVERFRONT</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Located in the Central Platte Valley running along the western edge of downtown and adjacent to the Platte River this riverfront development is home to over 1200 residents, with as many as 5000 more on the way.  Riverfront is peppered with many of Denver’s exceptional attractions including the Denver Skate Park, Commons Park, Confluence Park, Platte River Trail, and Denver Aquarium.  Travel just minutes to the Cherry Creek Trail or South Platte River Trail and experience miles and miles of uninterrupted, well maintained recreational trails. If your just looking to “grind”, ride on over to the Denver Skate Park, the nations largest free public skate facility, 50,000 square feet of unadulterated fun with a half-pipe, rails, bowls, street terrain, & planters.  The areas desirability is mostly due to the proximity to downtown and Denver’s transportation hub, Union Station.  Within minutes one can find themselves on the free Mall Ride down the 16th Street Mall, with access to regional buses or light rail, avoiding traffic and being environmentally conscious all at the same time.</font></td></tr></table>'

var tip5 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>CURTIS PARK</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Detached and multi-unit homes, row homes, and new lofts share the tree lined streets of Curtis Park where ethnic diversity and mixed building styles have defined the district and set the theme of this neighborhood since the early beginning of Denver. Many historic landmarks still stand while many have been demolished and rebuilt.  Curtis Park houses many Denver workers and governmental housing programs due to the affordability of housing in the area. Want a sultry night out?  Try the Mercury Café s Thursday salsa night. Located at 22nd & California, you can start the night with the group lesson and work your way upstairs where the Cuban beats will move your feet until the early hours of the morning. </font></td></tr></table>'

var tip6 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>LODO</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">The center of urban living in Denver is Lower Downtown (LoDo), a well rounded community with over 100 restaurants, numerous boutiques, galleries, bars, clubs, and entertainment.  Special treasures include Vesta Dipping Grill, tucked on the corner of  18th & Blake Streets, where you can dunk your tasty morsels into an infinite variety of sauces, or cross over a few blocks to 17th & Wynkoop Street to find Adega’s, home of Denver’s most extensive wine list, (can you say “800 to choose from.”) The uncomplicated brick buildings and arched windows typify early Denver construction as the result of a fire in 1863, which burned the timber buildings of the original town center.  Short walks take you to Union Station, Coors Field, The Pepsi Center, or the 16th Street Mall, where free buses will carry you to Colorado’s Capitol Building, library, or the much discussed new art museum. Urban dwellers are nestled above all the commercial life and excitement of the LoDo.  You will always find yourself within walking distance of the treasures and suggestions of the metropolitan verve.</font></td></tr></table>'

var tip7 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>DOWNTOWN</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">In the core of urban action the workforce and dwellers keep the area alive.  Surrounded by all of Denver’s entertainment and cultural activities that pump the lifeblood of the lively city it is easy to see that this is the heart of Denver.  Office buildings of early Denver days have been converted or originally planned to be rental high-rises or owner-occupied entities the sum of which house over 2,000 units in the central business district.  The 16th Street pedestrian mall is the main artery that supplies steady consumer traffic to the Denver Pavilions, Tabor Center, and Larimer Square, the three biggest retail and entertainment complexes in downtown.     The Oxford Club, 1616 17th Street, boasts the supreme monthly yoga deal of the century.  Buy the $50 monthly pass and enjoy yoga classes every day of the week, access to the exercises faculty, and 12 free-valet vouchers—no wonder the Oxford Club received Westword Magazine’s Best Yoga Deal Award.</font></td></tr></table>'

var tip8 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>UPTOWN</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Downtown sprawl has revived the eastern corridor known as Uptown, which can exist within itself due to the variety of residential and business blend.  Fresh loft and condominium buildings have sparked new restaurants, bars, grocery stores, boutiques, and entertainment.  Step into pure urban delight when you walk into Marczyk’s Fine Foods. The market features fine foods from all over the world, and offers samples of many delectable products throughout the store, bring it home to cook or sit down enjoy the delights right there in the cafe quarters.  Mere moments away from central Denver, yet without all the urgency of direct downtown living, the desirability of the newly redesigned and revitalize Uptown metropolitan neighborhood continues to increase.  Denver’s complex of hospitals is located within walking distance, therefore making the ease of uptown living a possibility and a reality for many hospital personnel. </font></td></tr></table>'

var tip9 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>GOLDEN TRIANGLE</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">The home to a greater part of Denver’s cultural attractions such as The Denver Art Museum, Colorado History Museum, Central Denver Public Library, Denver Mint, and Civic Center Park.  The French eatery at 112 E. 8th Street, Le Central, knows how to do mussels, they do them nine delectable ways in mammoth endless portions for less than ten bucks. Or, stop by Cuba, Cuba at 11th and Delaware for great Cuban cooking. The residential population of this area is on the rise due to many new luxury living high-rises and loft buildings.  The desire to live in this area is clear due to the rich cultural life and proximity to the Central Business District.    The original homes of early Denver were replaced by post World War II service businesses that were needed through the latter part of the 20th century.  As the desire for city housing increases the Golden Triangle has returned to a well-liked and sought after residential sector.</font></td></tr></table>'

var tip10 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>CAPITOL HILL</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Close to downtown to the southeast and adjacent to the State Capital and government center stands early Denver neighborhoods where much of the original architecture is still intact.  Many of the structures have undergone internal renovations while retaining the unique charm of the exteriors.  If you are looking for a Sunday afternoon filler head over to Capitol Hill Books, 300 E. Colfax Avenue, and dive right into the adventure of your choice.  The undying charm of this neighborhood was created in the 1800’s when the aristocrats developed this area into fine mansions encircled by slab stone sidewalks and tall trees.  Many of these mansions have now been developed into apartments, offices, and restaurants that continue to keep the allure of Capitol Hill alive. </font></td></tr></table>'

var tip11 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Auraria Campus</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">The home to three of downtown Denver’s higher education institutions, University of Colorado at Denver, Metropolitan State College of Denver, and Community College of Denver.  The combined student enrollment is approximately 33,000, making it the largest campus in Colorado.  Being located in the heart of downtown makes it easy for city dwellers to get to class on time.  </font></td></tr></table>'

var tip12 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Children\'s Museum</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">A place for the kids, from newborns to 8-year-olds, to find an exhibit that peaks each child’s interest and stimulates the capacity to learn.  The two-story museum offers hands-on programs and fun filled exhibits ranging from the center for young children to ARTS a la carte.</font></td></tr></table>'

var tip13 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Six Flags Elitch Gardens</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">A park full of more than 45 rides, shows, & attractions in the core of Denver.  Elitch Gardens also features the Island Kingdom Water Park with over 11 slides, a meandering river, a wave pool, & five-story wet action treehouse.</font></td></tr></table>'

var tip14 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Pepsi Center</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Lodo’s premiere sports & entertainment venue, where you can catch a game or a show at least once a week.  Pepsi Center is the habitat for the NBA’s Denver Nuggets, NHL’s Colorado Avalanche, AFL’s Colorado Crush, NLL’s Colorado Mammoth.  Many concerts are held here from the likes of Prince to Britney Spears at the Pepsi Center.</font></td></tr></table>'

var tip15 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Denver Art Museum</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">In the works is a new Denver Art Museum which will double in size and be one of the most unique structures in the United States.  The 2006 projected finished product will bring us a permanent gallery space, special exhibition venues, a restaurant and a rooftop sculpture garden with knock you’re socks off mountain views.</font></td></tr></table>'

var tip16 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Colorado Convention Center</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Opened in the early 90’s the center hosts events and shows coming through Denver.  Shows such as the home improvement shows, recreational events, special interest shows and outdoor sporting shows. the expanded Colorado Convention Center is positioned to bring large and exciting new conventions to Denver community.</font></td></tr></table>'

var tip17 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Center for Performing Arts</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">A performing complex for live theatre and constantly a stop on the Broadway touring circuit,  this is the stomping grounds for the Denver Center Theatre Company, the nationally recognized and largest resident, professional theatre company between Chicago & the West Coast.</font></td></tr></table>'

var tip18 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Colorado State Capitol</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">24 karat gold cap symbolizes the Colorado gold rush days, and commemorates those pioneers and miners who built our great state.  The building is fashioned to resemble our nation’s capitol in Washington DC. </font></td></tr></table>'


var tip19 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Exampla Saint Joseph Hospital</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Stands as the oldest private teaching hospital in Denver, originally founded by the Sisters of Charity of Leavenworth in 1873.  ESJH is one of the many medical facilities in this complex of medicinal care, specializing in cardiology, open heart surgery, oncology services, orthopedics, and delivers more babies than any other Colorado hospital.</font></td></tr></table>'

var tip20 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Union Station</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Always the transportation hub of the West, through it’s peak in the 20’s & 30’s Union Station would have over 80 trains come through a day.  In recent years Union station continues to connect various modes of transportation.  Today one can find RTD’s bus and light rail routes through Union Station, also Amtrak’s California Zephyr.</font></td></tr></table>'

var tip21 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Coors Field</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Giving the name to the Ballpark district of town where the stadium is located, the 76-acre stands at the North end of Lodo.  The field boasts soaring attendance levels, since its opening in 1995 and seats 50,445 fans.  The seats are all green with the exception of a few rows encircling the upper deck, they are purple, and they mark exactly one mile above sea level.</font></td></tr></table>'

var tip22 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Denver Skate Park</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">The nation’s largest, most sophisticated, most expensive, free, public skate park. Indulge 60,000 square feet of smooth concrete, an endless snake run, deep bowls, rails, tranny’s, planters, and curbs.  </font></td></tr></table>'

var tip23 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>REI Denver Flagship Store</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">An outdoor adventurers paradise equipped with mountain bike trails, 45-foot climbing wall, and a cold chamber for testing sleeping bags.  This flagship store sits at the intersection of the South Platte River and Cherry Creek, overlooking the manmade kayaking chutes meandering through downtown Denver.</font></td></tr></table>'

var tip24 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>RTD Light Rail</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">Travel the C line to Lodo or hop on the D line into the heart of downtown & five points.  The line can take you to the outer limits of Denver’s Southern suburbs right into the heart of all the action in Denver.  As the light rail expands so can ones transportation options.</font></td></tr></table>'

var tip25 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Invesco Field at Mile High Stadium</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">The “brand spankin’ new” playground for the Denver Broncos & Colorado Rapids.  Finished in 2002 this $364 million stadium contains 76,125 seats, 530 TV’s, & 1.7 million square feet of space.</font></td></tr></table>'

var tip26 = '<table width="245" cellpadding=2 cellspacing=0 border=0><tr><td bgcolor=#4A3966><font face="arial" size=3 color=#ffffff><b>Confluence Park</b></font></td></tr><tr><td><font size="1" face="arial" color="#000000">The park is formed by the juncture of the South Platte River and Cherry Creek, creating amazing scenery and worlds of outdoor enjoyment.  During July you can catch the Greenway Foundations free concert series and many other summer events, making this one of the most used parks along the river passageway. </font></td></tr></table>'




////////////////////  END OF CUSTOMIZATION AREA  ///////////////////

////////////////////////////////////////////////////////////
//  initTip	- initialization for tooltip.
//		Global variables for tooltip. 
//		Set styles for all but ns4. 
//		Set up mousemove capture if tipFollowMouse set true.
////////////////////////////////////////////////////////////
var tooltip, tipcss;
function initTip() {
	if (nodyn) return;
	tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null;
	tipcss = (ns4)? document.tipDiv: tooltip.style;
	if (ie4||ie5||ns5) {	// ns4 would lose all this on rewrites
		tipcss.width = tipWidth+"px";
		tipcss.fontFamily = tipFontFamily;
		tipcss.fontSize = tipFontSize;
		tipcss.color = tipFontColor;
		tipcss.backgroundColor = tipBgColor;
		tipcss.borderColor = tipBorderColor;
		tipcss.borderWidth = tipBorderWidth+"px";
		tipcss.padding = tipPadding+"px";
		tipcss.borderStyle = tipBorderStyle;
	}
	if (tooltip&&tipFollowMouse) {
		if (ns4) document.captureEvents(Event.MOUSEMOVE);
		document.onmousemove = trackMouse;
	}
}
window.onload = initTip;

/////////////////////////////////////////////////////////////
//  doTooltip function
//			Assembles content for tooltip and writes it to tipDiv.
//			Call positionTip function from here if tipFollowMouse
//			is set to false.
//////////////////////////////////////////////////////////////
var t1,t2;	// for setTimeouts
var tipOn = false;	// check if over tooltip link
function doTooltip(evt,txt) {
	if (!tooltip) return;
	if (t1) clearTimeout(t1);	if (t2) clearTimeout(t2);
	tipOn = true;
	if (ns4) {
		tip = '<table bgcolor="' + tipBorderColor + '" width="' + tipWidth + '" cellspacing="0" cellpadding="' + tipBorderWidth + '" border="0"><tr><td><table bgcolor="' + tipBgColor + '" width="100%" cellspacing="0" cellpadding="' + tipPadding + '" border="0"><tr><td><span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + tipFontColor + ';">' + txt  + '</span></td></tr></table></td></tr></table>';
		tooltip.write(tip);
		tooltip.close();
	} else if (ie4||ie5||ns5) {
		tip = txt;
	 	tooltip.innerHTML = tip;
	}
	if (!tipFollowMouse) positionTip(evt);
}

var mouseX, mouseY;
function trackMouse(evt) {
	mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft;
	mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop;
	if (tipOn) positionTip(evt);
}

/////////////////////////////////////////////////////////////
//  positionTip function
//		If tipFollowMouse set false, so trackMouse function
//		not being used, get position of mouseover event.
//		Calculations use mouseover event position, 
//		offset amounts and tooltip width to position
//		tooltip within window.
/////////////////////////////////////////////////////////////
function positionTip(evt) {
	if (!tipFollowMouse) {
		mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft;
		mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop;
	}
	// tooltip width and height
	var tpWd = (ns4)? tooltip.width: (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth;
	var tpHt = (ns4)? tooltip.height: (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight;
	// document area in view (subtract scrollbar width for ns)
	var winWd = (ns4||ns5)? window.innerWidth-20+window.pageXOffset: document.body.clientWidth+document.body.scrollLeft;
	var winHt = (ns4||ns5)? window.innerHeight+window.pageYOffset: document.body.clientHeight+document.body.scrollTop;
	// check mouse position against tip and window dimensions
	// and position the tooltip 
	if ((mouseX+offX+tpWd)>winWd) 
		tipcss.left = (ns4)? mouseX-(tpWd+offX): mouseX-(tpWd+offX)+"px";
	else tipcss.left = (ns4)? mouseX+offX: mouseX+offX+"px";
	if ((mouseY+offY+tpHt)>winHt) 
		tipcss.top = (ns4)? mouseY-(tpHt+offY): mouseY-(tpHt+offY)+"px";
	else tipcss.top = (ns4)? mouseY+offY: mouseY+offY+"px";
	t1=setTimeout("tipcss.visibility='visible'",100);
}

function hideTip() {
	if (!tooltip) return;
//	tipcss.visibility = "hidden";
	t2=setTimeout("tipcss.visibility='hidden'",100);
	tipOn = false;
}

//-->

