(function(){var Event=YAHOO.util.Event,Dom=YAHOO.util.Dom;Event.onDOMReady(function(){var oPanel2=new YAHOO.widget.Dialog("panel-2",{modal:true,visible:false,fixedcenter:true,constraintoviewport:true,width:"300",postmethod:"form"});oPanel2.render(document.body);Event.on("show-dialog-2","click",oPanel2.show,null,oPanel2);var oTooltip2=new YAHOO.widget.Tooltip("tooltip-2",{context:"show-dialog-2",text:"Click here to request call",iframe:true,showDelay:500});var handleOK=function(){this.cancel();};});}());