// JavaScript Document


$(document).ready(function(){

	if (location.href.indexOf('p.html') != -1){
		if ($('.Activ_Productmenu').text().indexOf('Spinning') != -1){
			$('#BUYSECTION, .Variants, .number').hide()
			$('#BUYSECTION').after('Spinning produkter er udsolgt resten af 2009<br>De kan bestilles igen i 2010<br><br>')
		}
	}




	$('.Deactiv_Productmenu').each(function(){
		if($(this).text().length==0){
			$(this).remove();
		}
	});



	if($('#Text1').length!=0 && $('#Text2').length!=0){
		var text1 = $('#Text1').html()
		$('#Text1').remove();
		$('#Text2').html("<br>"+ text1);
	}
	
	StrFind = ' - Dameure';
	if (location.href.indexOf('3s.html') != -1){$('.SubMenu_Productmenu_Table a, a.SubCats_Prodlink').each(function(){if($(this).text().indexOf(StrFind) != -1){$(this).text($(this).text().replace(StrFind,''))}});}

	StrFind = ' - Herreure';
	if (location.href.indexOf('2s.html') != -1){$('.SubMenu_Productmenu_Table a, a.SubCats_Prodlink').each(function(){if($(this).text().indexOf(StrFind) != -1){$(this).text($(this).text().replace(StrFind,''))}});}



/*
	if (AcceptDelevery){
		$('#ShopMainLayOutTable .SubmitButton_Orderstep1').click(function() {
			if($('#ShopMainLayOutTable #Field0_0 input:eq(1)').not(':checked').length==1){
				alert(AcceptDeleveryText);
				return false;								
			}
		});
	}
*/



});

