$(document).ready(function(){
    $("#productmenu").accordion({autoHeight: false});	
	$( "#tabs" ).tabs();
						   });
sfHover = function() {
	var sfEls = document.getElementById("menuh").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), ""); 
		}
	}
};

swapCoreImage = function(ballID){
	var hold = document.getElementById('ballpic' +ballID).getAttribute('src');
	document.getElementById('ballpic' +ballID).setAttribute('src',document.getElementById('ballpic_core' +ballID).getAttribute('src')) ;
	document.getElementById('ballpic_core' +ballID).setAttribute('src',hold);


}

function o(n, i) {
	document.images['thumb'+n].src = './marketing/dlf/i.php?f='+i;

};

function f(n) {
	document.images['thumb'+n].src = './marketing/dlf/trans.gif';
};

proShopLookupByState = function(){
	document.getElementByID('SelectState').submit();
}

if (window.attachEvent) window.attachEvent("onload", sfHover);


