$(window).load(function () {
    $("ul.menu").supersubs({
        minWidth: 15,     
        maxWidth: 30,
        extraWidth: 1 
    }).superfish({
        animation: {
            opacity: .95,
            height: "show"
        },
        delay: 100
    });
    $(".ListTable tr.ItemRowOdd, .ListTable tr.ItemRowEven ").click(function(){
    window.location=$(this).find("a").attr("href");return true;
	});
	$('.GetLowestPriceLink a').click(function(event){
	event.stopPropagation()
	});
	$('.poweredby').appendTo('.links');
});		

var params = {
	wmode: "transparent"
	};
swfobject.embedSWF("/flash/Clouds01.swf", "headerFlash", "547", "167", "6.0.0", "/Flash/expressInstall.swf", null, params, null);