                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

if(!window.__td){window.__MT=100;window.__ti=0;window.__td=[];window.__td.length=__MT;window.__noTrace=false;}
if(typeof catalogSearch=="undefined")
{var catalogSearch={};}
catalogSearch.searchBoxWasCleared=false;catalogSearch.searchCatalog=function()
{var oCatalogBox=catalogSearch.getCatalogKeywordBox();if(oCatalogBox&&oCatalogBox.value!=="")
{var sLocation="/vp/SpeedSearchProxy.aspx?ss_keyword="+escape(oCatalogBox.value)+"&ss_pfid=088"+"&pagesource="+location.pathname;if(typeof(speedSearchPPPId)!="undefined")
{sLocation=sLocation+"&ppp_id="+speedSearchPPPId;}
window.location=sLocation;}
return false;};catalogSearch.clearTxt=function()
{if(!catalogSearch.searchBoxWasCleared)
{catalogSearch.searchBoxWasCleared=true;catalogSearch.getCatalogKeywordBox().value="";}};catalogSearch.getCatalogKeywordBox=function()
{return document.getElementById('txtCtlgSearchKeyword');};catalogSearch.enterSearch=function(e)
{e=vp.events.getEvent(e);var key;if(window.event)
{key=window.event.keyCode;}
else
{key=e.which;}
if(key==13)
{catalogSearch.searchCatalog();vp.events.cancel(e);}};var activeNotification;catalogSearch.showMessage=function(sMessage)
{var oElement=document.getElementById("txtCtlgSearchKeyword");var oNotification=vp.widget.showNotification(sMessage,oElement,CALLOUT_BALLOON_ARROW_STYLE_ARROW_TOP,30,2,250,60000,activeNotification,false,100);activeNotification=oNotification.id;};