// JavaScript Document
/*var tipdata = [{key:"/products/flash/", value:"The industry standard for interactive authoring and delivery of immersive experiences across screens."}, 
{key:"/products/flashcatalyst/",  value:"An approachable interaction design tool for creating interactive projects without writing code."}, 
{key:"/products/flashbuilder/",  value:"Accelerate development of cross-platform rich Internet applications and content using Flash Builder and Flex."},
{key:"/products/flex/",  value:"A free, open source framework for building expressive web applications that deploy consistently across  platforms."}, 
{key:"/products/flex/",  value:"Efficient video encoding and rich interactive streaming, with robust content protection and rights management."},
{key:"/products/flashmediaserver/",  value:"Software suite helps organizations improve productivity through intuitive applications and efficient processes."}, 
{key:"/products/livecycle/",  value:"More easily distribute and monetize your applications and add social and collaborative capabilities to them."}, 
{key:"/products/flashplatform/",  value:"More easily distribute and monetize your applications and add social and collaborative capabilities to them."}, 
{key:"/products/flashplayer/",  value:"Application runtime delivers uncompromised viewing of expressive applications, content, and videos across browsers and screens."}, 
{key:"/products/air/",  value:"Build web applications that run as standalone client applications without the constraints of a browser."}];

var tip_data = new adobe.ToolTipData(tipdata, "key", "value");
var tip = new adobe.ToolTip($$("#tooltips a"), tip_data, { align: "right"});*/
Event.observe( window, "load", function () { 
var tipdata = new adobe.ToolTipSelectorData("#tooltips a", "href", "title");
var tip = new adobe.ToolTip($$("#tooltips a"), tipdata,  { align: "right" });

});
