jQuery(document).ready(function($) {
	var url = window.location.pathname;
	if (url != "/"){
		var id1 = url.match(/\d/g); id1 = id1.join("");
		var test = 0;
		var id = 0;
		try {
			test = $("div .left_menu ul li.left_menu_highlighted_link a").first().attr("href").match(/\d/g);
			id = test.join("");
		} catch (e){
			//ignore all the things
		}
		if (id1 == 566) id = 566;
		if (id == 23 || id == 24 || id == 25 || id == 26 || id == 27 || id == 28 || id == 30 || id == 436 || id == 566 ){
			$("#bannerimg").html('<img src="/App_Templates/Skin_1/Images/banners/b'+ id + '.jpg" />').css("padding-bottom","10px");
			$('body').css('background-image','url(/App_Templates/Skin_1/Images/bg/list_bg.jpg)').css('background-repeat','repeat-x');
		}
	}
	else {
		$('body').css('background-image','url(/App_Templates/Skin_1/Images/bg/home_bg.jpg)').css('background-repeat','repeat-x');
	}
	
	$(".prodtitle1").click(function(){
		if ($(this).parent().hasClass('tabopen')){
			$(this).parent().removeClass('tabopen');
		}
		else {
			$(this).parent().addClass('tabopen');
		}
	});
	$('.prodimgs img').css('display','inline-block').css('width','95px').css('height','auto');
	$('.prodimgs img').first().css('display','block').css('width','390px').css('height','auto');
	$('.prodremovehtml').html($('.prodremovehtml').text());
	
	//console.log ("test is: " + test);
});
