// JavaScript Document

$tooltip = new Array;
$tooltip["001"] = "My Definition 001" ;
$tooltip["002"] = "My Definition 002" ;
$tooltip["HTML"] = "My Definition HTML1" ;
$tooltip["XTML"] = "My Definition XTML" ;
$tooltip["ORCHESTRA"] = "Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat." ;
$tooltip["Go Loader"] = "GO Loader is the complete, easy-to-use solution for the modelling, loading and maintenance of content delivered in Geography Markup Language (GML) into an Oracle Spatial / Locator database.";


function sf_tooltip(key,path){
	if (path)
		Tip('<p>'+$tooltip[key]+'<p>', TITLE, key,BALLOONIMGPATH,path);	
	else
		Tip('<p>'+$tooltip[key]+'<p>', TITLE, key);	
//		Tip('<p>'+$tooltip[key]+'<p>');			
}
