if(typeof ClientTab_js_parsed=='undefined'){
function OnFeaturesTabInit(oWebTab){
var cp=document.getElementById(oWebTab.ID+"_cp");
if(cp)
cp.vAlign='top';}
function OnFeaturesTabOver(oWebTab,oTab,oEvent){
oWebTab.showTimer=window.setTimeout(function(){oWebTab.setSelectedTab(oTab);},350);}
function OnFeaturesTabOut(oWebTab,oTab,oEvent){
if(oWebTab.showTimer)
window.clearTimeout(oWebTab.showTimer);}
ClientTab_js_parsed=true;}

