document.write(unescape("%3Cscript src='/ui3/scripts/jquery.scrollable.min.js' type='text/javascript'%3E%3C/script%3E"));
function showProductTab(whichTab)
{
	var aE=$jq('#productInformation .activeBlock');
	aE.removeClass('activeBlock');
	$jq('#product'+whichTab+'Tab').addClass('activeBlock');
	$jq('#product'+whichTab).addClass('activeBlock');
}
function showShadowTab(whichTabSet,whichTab)
{
	var aE=$jq('#'+whichTabSet+' .activeBlock');
	aE.removeClass('activeBlock');
	$jq('#'+whichTab+'Tab').addClass('activeBlock');
	$jq('#'+whichTab+'TabContent').addClass('activeBlock');
}
/*
function psPageInit()
{
	switch(document.body.id)
	{
		case 'x_psLandingPage':
		var cDescs=$jq('#allProducts span.catDesc');
			cDescs.each(function(i){
				if(! this.innerHTML.blank())
				{
					new Tip(this.closest('a').id,this.innerHTML,{style:'pbOrange',stem:'topLeft',hook:{tip:'topLeft',mouse:true},offset:{x:14,y:14}});
				}
			});
		break;
	}
}
$jq(document).ready(function(){
	psPageInit();
});
*/
