function ChangeBuyBNtoGreen() {
	if	(location.href.indexOf('p.html') != -1){
		$('#BUYSECTION .BuyButton_ProductInfo input').attr('src','/images/template/BN-ProdInfoKoeb-green.png')
	}
}

function ChangeBuyBNtoOrange() {
	if	(location.href.indexOf('p.html') != -1){
		$('#BUYSECTION .BuyButton_ProductInfo input').attr('src','/images/template/BN-ProdInfoKoeb-orange.png')
	}
}

function TipProdLink() {
	window.location.href = "/shop/tip.html?productid="+ ProductNumber +"&VariantIdSelected=0";
}

function InternLink(LinkId) {
	try {
	if (LinkId != null)
	if (LinkId == 0)
	{document.location.href='/shop/frontpage.html';}
	else if (LinkId == 1)
	{document.location.href='/shop/cms-fun-forest-handelsbetingelser.html';}
	else if (LinkId == 2)
	{document.location.href='/shop/cms-run-forest.html';}
	else if (LinkId == 3)
	{document.location.href='/shop/cms-kontakt.html';}
	else if (LinkId == 4)
	{document.location.href='/shop/order1.html';}
	else if (LinkId == 5)
	{document.location.href='/shop/showbasket.html';}
	else if (LinkId == 6)
	{document.location.href='/shop/loebesko-herre-11s.html';}
	else if (LinkId == 7)
	{document.location.href='/shop/loebesko-dame-3s.html';}
	else if (LinkId == 8)
	{document.location.href='/shop/orienteringsloeb-134s.html';}
	else if (LinkId == 9)
	{document.location.href='/shop/cms-run-forest.html#emaerket';}
	else if (LinkId == 10)
	{document.location.href='/shop/cms-returnering.html';}
	else if (LinkId == 11)
	{document.location.href='/shop/cms-faq.html';}
	
	}
	catch (err) {}
}

	
function getCookie(c_name)
{
if (document.cookie.length>0)
  {
  c_start=document.cookie.indexOf(c_name + "=");
  if (c_start!=-1)
	{
	c_start=c_start + c_name.length+1;
	c_end=document.cookie.indexOf(";",c_start);
	if (c_end==-1) c_end=document.cookie.length;
	return unescape(document.cookie.substring(c_start,c_end));
	}
  }
return "";
}

function setCookie(c_name,value,expiredays)
{
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value)+
((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
}


function findreplace(el, find, rep) {
	try{$(el).html($(el).html().replace(find, rep))}catch(e){};
}

function ShowCostumerDetails(){

	if ($('.LoadProfile_Orderstep1_TBL').css('display') == 'none'){
		$('.LoadProfile_Orderstep1_TBL').show()
	}else{
		$('.LoadProfile_Orderstep1_TBL').hide()
	}

}

SearchText1 = 'Desværre ingen produkter at vise for denne søgning';
SearchText2 = 'Desværre ingen produkter i kategorien: <b>[[cn.CATEGORYNAME]]</b><p><a href="/shop/search-1.html?keyword=[[cn.CATEGORYNAME]]">Klik her for at prøve søge efter produkter</a></p>';
	LoadProfileText = '<br>';

	var SelectNum = 1;
	SigerKunderne = function() {
		if (SelectNum==1){
			$('.box span').html(Text02);
		}else if(SelectNum==2){
			$('.box span').html(Text03);
		}else if(SelectNum==3){
			$('.box span').html(Text01);
			SelectNum = 0;
		}
		SelectNum++
	}

domReady(function(){


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// RUN FOREST

	if	(location.href.indexOf('p.html') != -1){

		if($('.Related_Custom_DIV').html().length==0){$('.Related_Custom_DIV').remove();}
		
		$(document).ready(function(){
   		if ($("#OnStock").html() <= 0)
		
		
		$('#OutOfStock').replaceWith($('<span id="OutOfStock"><form action="/tips/form.asp?DoThis=OutOfStock" method="Post" target="_blank"><b>SKOEN ER IKKE PÅ LAGER</b><p>Indtast din e-mail herunder og vi vil give besked lige straks skoen er på lager igen.</p><input name="ProductNumber" type="hidden" value="'+ ProductNumber +'" /><input name="ProductName" type="hidden" value="'+ $('#ShopMainLayOutTable h1 span').text() +'" /><input name="Email" type="text" class="Email"/><input class="right" id="tilmeld_BN" src="/images/template/BN-outofstock.png" type="image" name="tilmeld"></form></div><hr>'));
		
		if ($("#OnStock").html() <= 0)
		$('#MoveAmount').replaceWith($(''));
		if ($("#OnStock").html() <= 0)
		$('#BUYSECTION').replaceWith($(''));
			});
		
		
	}


	if	(location.href.indexOf('showbasket.html') != -1){
		SigerKunderneTimer = setInterval('SigerKunderne()', 4000);
	}
	
	$('.Fees_ShowBasket').each(function(){
		if ($(this).text().length == 0){
			$(this).html('&nbsp;')
		}
	});
	
	today=new Date() 
	thisDay=today.getDay()
	
	if	(location.href.indexOf('p.html') != -1 && $('.Delivery').text().indexOf('DAG-TIL-DAG') != -1){
		if	(thisDay==1 || thisDay==2 || thisDay==3 || thisDay==4){
			$('.CNBuySection').append('<div align="center"></div>');
		}
	}
	
	$('.LoadProfile_Orderstep1_TBL').before($('#ShopMainLayOutTable #TakeInfo').html())


	$('#SizeBar a').each(function(){
		if ($(this).attr('class') == 'Small'){
//			$(this).wrap('<span class="BorderSmall"></span>')
		}else{
//			$(this).wrap('<span class="Border"></span>')
		}
	})

	if	(location.href.indexOf('order2.html') != -1){
		$('#ShopMainLayOutTable #ShippingMethodsContainer input:checked').removeAttr('checked');
	};

	$(".Prod").hover(
		function () {
			$(this).attr('title',$(this).find('a').eq(0).attr('title'))
			$(this).find('.ProdName a').css('color','#cc480e')
			$(this).find('.ProdInfo').css('background-image','url(/images/template/background-hover-prodlist.png)')
		}, 
		function () {
			$(this).find('.ProdName a').css('color','#437736')
			$(this).find('.ProdInfo').css('background-image','none')
		}
	);

	$('.Prod').click(function() {
		location.href = $(this).find('a').eq(0).attr('href')
	});





//	$('#ProdInfo .Gray a:last').after('<a href="/images/template/ProdInfoEmaerket.png" rel="ProductInfo_MagixZoomPlus" rev="/images/template/ProdInfoEmaerket.png" title="Vi er godkendt a E-handelsfonden" style="outline-width: 0px;outline-style: initial; outline-color:initial;"><img border="0" src="/images/template/ProdInfoEmaerket-t.png"></a>')



	if ($('#ShopMainLayOutTable .RemoveText').length >= 1){
		$('#ShopMainLayOutTable .RemoveText td').each(function(){
			$(this).text($(this).text().replace('DKK',''));
		})
	}
	



	$('#ShopMainLayOutTable #ProductMenu_Table tr').each(function(){
		
		if ($(this).attr('id') != ''){$(this).prev().addClass('HeadNiv1')}
	})

	$('#MoveAmount').html($('#ShopMainLayOutTable #BUYSECTION td').eq(0).html())
	$('#ShopMainLayOutTable #BUYSECTION td').eq(0).html('')
	
	$('#BoxedContentTABLE').before('<div class="ProdTab1">Beskrivelse</div>');
	$('#BoxedContentTABLE').before('<div class="ProdTab2">Video</div>');
	
	
	
	$('#BoxedContentTABLE span').eq(2).hide();
	$('#BoxedContentTABLE span').eq(2).next('br/').hide();
	$('#BoxedContentTABLE span').eq(3).hide();

//	$('.BoxedContent h2').css('margin','0px');
//	$('.BoxedContent h2').addClass('ProdInfoH2');

	$('.ProdTab1').click(function() {
		
		$('.ProdTab1').css('background','#ffffff');
		$('.ProdTab2').css('background','#ececec');
		$('.ProdTab3').css('background','#ececec');
		
		$('#ShopMainLayOutTable #BoxedContentTABLE h1').eq(0).show();
		$('#BoxedContentTABLE span').eq(1).show();
		$('#BoxedContentTABLE span').eq(2).hide();
		$('#BoxedContentTABLE span').eq(3).hide();
		/*
		$('.ProdTab1').css('border-bottom','1px solid #ffffff');
		$('.ProdTab2').css('border-bottom','1px solid #cccccc');
		$('.ProdTab3').css('border-bottom','1px solid #cccccc');
		*/
	});

	$('.ProdTab2').click(function() {
		
		$('.ProdTab1').css('background','#ececec');
		$('.ProdTab2').css('background','#ffffff');
		$('.ProdTab3').css('background','#ececec');
		
		$('#ShopMainLayOutTable #BoxedContentTABLE h1').eq(0).hide();
		$('#BoxedContentTABLE span').eq(1).hide();
		$('#BoxedContentTABLE span').eq(2).show();
		$('#BoxedContentTABLE span').eq(3).hide();
		/*
		$('.ProdTab1').css('border-bottom','1px solid #cccccc');
		$('.ProdTab2').css('border-bottom','1px solid #ffffff');
		$('.ProdTab3').css('border-bottom','1px solid #cccccc');
		*/
	});

	$('.ProdTab3').click(function() {
		
		$('.ProdTab1').css('background','#ececec');
		$('.ProdTab2').css('background','#ececec');
		$('.ProdTab3').css('background','#ffffff');
		
		$('#ShopMainLayOutTable #BoxedContentTABLE h1').eq(0).hide();
		$('#BoxedContentTABLE span').eq(1).hide();
		$('#BoxedContentTABLE span').eq(2).hide();
		$('#BoxedContentTABLE span').eq(3).show();
		/*
		$('.ProdTab1').css('border-bottom','1px solid #cccccc');
		$('.ProdTab2').css('border-bottom','1px solid #cccccc');
		$('.ProdTab3').css('border-bottom','1px solid #ffffff');
		*/
	});



//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

		// Hvis taget <i></i> er i text så lav hide på den
		$('#ProductmenuContainer_DIV a i, #ProductList_TD h1 i, .SubCats_Prodlink i').remove()

		// Loader productmenu
		cn_init_menu(document.getElementById('ProductMenu_Table'),1)

		// Fjerner bindestreg i starten af et produktnavn
		$('.niv1, .niv2, .niv3, .niv4, .niv5').each(function(){
			if ($(this).text().substring(0,1) == '-'){
				$(this).text($(this).text().substring(1,999))
			}
		})
		
		// identificere alle menupunkter - tildeler class
		var iMenu = 1;
		$('#ShopLayOut_Topmenu_TD a').each(
			function() {
				if (this.className != 'TopMenuSpace') $(this).attr('id', 'menu'+iMenu++);
			}
		)

		// Floater indhold i liste
		ProdCount = 1
		$('#ShopMainLayOutTable .Prod').each(function() {



	//	if (location.href.indexOf('?cn') != -1){
	//		old_alert('('+ $(this).find('.ProdRetailPrice .Rprice').text().length +')');
	//	}


			if ($(this).find('.Rprice').text().replace(' DKK','')==$(this).find('.Pprice').text() || $(this).find('.ProdRetailPrice .Rprice').text().length == 0){
				$(this).find('.ProdRetailPrice').hide();
			}
			
			if (ProdCount == 1){$(this).parent().attr('align','center')};
			if (ProdCount == 2){$(this).parent().attr('align','center')};
			if (ProdCount == 2){ProdCount = 1}else{ProdCount++};
		
		})



		
		if (location.href.indexOf('p.html') != -1){
			if (parseInt($('.RemoveText').find('.Rprice').text().replace('.',''))==parseInt($('.RemoveText').find('.Pprice').text().replace('.',''))){
				$('.PriceLine1, .PriceLine3').hide();
			}
			
			if($('.PriceLine1 .Rprice').text().length==0){$('.PriceLine1').remove();}
			if($('.Price3').text().length==0){$('.PriceLine3').remove();}
			
		}




		// Retter pris i vareliste
		$('.Price').each(function(){
			$(this).html($(this).html().toLowerCase().replace('</strike>8<strike>','8'))
			$(this).html($(this).html().toLowerCase().replace('</strike>&nbsp;</strike>','</strike>'))
		});



		// Fjerner billeder fra produktmenu
		$('.SubCategory1_Productmenu, .SubCategory2_Productmenu, .SubCategory3_Productmenu, .SubCategory4_Productmenu, .SubCategory5_Productmenu').each(function() {
			LinkNivs = $(this).find('a[title==\'\']')
			$(this).html('<a href="'+ LinkNivs.attr('href') +'" title="'+ LinkNivs.attr('title') +'" class="'+ LinkNivs.attr('class') +'">'+ LinkNivs.html() +'</a>')
			
		})

		// For at lave en billedevisning på kategorikort
			$('.SubCats_Prodlink').next('br').remove();
			findreplace('#COLUMNLIST table','</tr><tr>','');
		$('#COLUMNLIST a').each(function(){
			$(this).html($(this).html().replace('>','><div>'))
			$(this).html($(this).html().replace('</a>','</div></a>'))
		});

		// Funktion til skjul af "handlet her tidligere"
		if	(location.href.indexOf('order1.html&showForgotPswForm=1') == -1){$('.LoadProfile_Orderstep1_TBL').hide()};
//		$('.LoadProfile_Orderstep1_TBL').before('<div onclick="ShowCostumerDetails()" style="cursor:pointer;"> '+ LoadProfileText +'</div>')




		// Indhold der flytter posison
		DivContent = function() {  
			if ($('#MoveFrom').html() != null) {   
				if ($('#MoveTo').html() == ''){  
					document.getElementById('MoveTo').innerHTML = document.getElementById('MoveFrom').innerHTML; 
					document.getElementById('MoveFrom').innerHTML = '';  
					$('#MoveFrom').css('display', 'none');   
					clearInterval(DivContentTimer); 
				}  
			} 
		} 
		DivContentTimer = setInterval('DivContent()', 100);


		// Rettelse af tabeller
		$('table').each(function(){
			$(this).attr('border','0').attr('cellpadding','0').attr('cellspacing','0')
		});

		// Steps står pænt
		if (location.href.indexOf('shop/showbasket.html') != -1){
			$('#ShowBasket_TD a').each(function(){
				if ($(this).attr('href') == "javascript:history.go(-1);")$(this).remove();
				if ($(this).attr('href') == "/shop/basket.asp?caller=showbasket&removeall=1")$(this).remove();
				if ($(this).attr('href') == "/shop/order1.html"){$(this).eq(0).remove();}
				return false;
			});
		}

		if (location.href.indexOf('shop/order1.html') != -1){
			GetHeader = $('#OrderStep1_TD h1').text();
			$('#OrderStep1_TD').prepend('<h1>'+ GetHeader +'</h1>')
			$('.Heading_Orderstep1_TBL').remove();
		}


		if (location.href.indexOf('shop/order2.html') != -1){
			GetHeader = $('#OrderStep2_TD h1').text();
			$('#OrderStep2_TD').prepend('<h1>'+ GetHeader +'</h1>')
			$('#OrderStep2_TD .BackgroundColor1_Orderstep2 tr').eq(0).remove();
			$('#OrderStep2_TD .BackgroundColor1_Orderstep2 tr').eq(0).find('td').html('<br>');
		}

		if (location.href.indexOf('shop/order3.html') != -1){

			// Tildele table's ID'er i steps
			var i = 1;
			$('.CustomerInfo_OrderStep3 table').each(
				function() {
					$(this).attr('id', 'CustomerInfo_OrderStep3_Table'+i++)
				}
			)
			
			$('input[name=submitorder]').click(function(){return $('#acceptTermsBit').is(':checked');old_alert('blab')})

			GetHeader = $('#OrderStep3_TD h1').text();
			$('#OrderStep3_TD').prepend('<h1>'+ GetHeader +'</h1>')
			$('#OrderStep3_TD .Heading_OrderStep3').remove();
			$('#OrderStep3_TD .CustomerInfo_OrderStep3 td').eq(0).find('br:lt(1)').remove();
			$('.SubmitButton_OrderStep3').val('');
		}

		if (location.href.indexOf('shop/order4.html') != -1){
			GetHeader = $('#OrderStep4_TD h1').text();
			$('#OrderStep4_TD').prepend('<h1>'+ GetHeader +'</h1>')
			$('#OrderStep4_TD .BackGroundColor1_OrderStep4 tr').eq(0).remove();
		}

		// Ekstra billeder på varekort
		$('#ShopMainLayOutTable #ProdImage a:gt(0)').addClass('SProdImages');

});



$(document).ready(function(){


/*
	$("#ShopMainLayOutTable #ProductImages a").hover(
	  function () {
		$(this).click();
	  }, 
	  function () {
	  }
	);
*/



	if($.browser.msie){
		$('#ShopMainLayOutTable .ProductList_Custom_TBL tr').eq(0).append('</tr><tr><td colspan="3" style="padding-top:15px;" align="center"><img src="/images/template/frifragt-vareliste.png"></td>')
		$('#ShopMainLayOutTable .Frontpage_Custom_TBL tr').eq(0).append('</tr><tr><td colspan="3" style="padding-bottom:15px;" align="center"><img src="/images/template/frifragt-vareliste.png"></td>')
	}else{
		$('#ShopMainLayOutTable .ProductList_Custom_TBL tr').eq(0).after('<tr><td colspan="3" style="padding-top:15px;" align="center"><img src="/images/template/frifragt-vareliste.png"></td></tr>')
		$('#ShopMainLayOutTable .Frontpage_Custom_TBL tr').eq(0).after('<tr><td colspan="3" style="padding-bottom:15px;" align="center"><img src="/images/template/frifragt-vareliste.png"></td></tr>')
	}


	




							  
	if	(location.href.indexOf('/order4.html') != -1){
		$.get("/facebook.asp", { id: $('#orderID').text(), time:new Date().getTime() }, 
		   function(data){ 
			$('.SPANforFB').html(data);
	   });
	}




		$('.CustomerInfo_OrderStep3').css('width', '100%');

		// Indsætte rettebilleder på possition
		$('#CustomerInfo_OrderStep3_Table3').each(function(){
			$(this).css('width', '100%');
			$(this).before('<a href="javascript:history.go(-2)"><img src="/images/template/BN-ret.png" align="right" style="position:relative;top:0px;" /></a>');
		})
		$('#CustomerInfo_OrderStep3_Table4').each(function(){
			$('#CustomerInfo_OrderStep3_Table4').css('width', '100%');
			$(this).before('<a href="javascript:history.go(-1)"><img src="/images/template/BN-ret.png" align="right" style="position:relative;top:0px;" /></a>');
		})

		// Fjerne link i bestillingsoversigt i step
		$('.BackGroundColor1_OrderStep3 table table table td a').each(function(){
			this.removeAttribute('href')
		})
		
		//Ny linie efter postlogo
		$('#ShippingMethodsContainer table td img').each(function(){
			$(this).after('<br>')
		})

		// For skjule print icon på kvitering
//		$('.BackGroundColor1_OrderStep4 a:parent').css('display', 'none');

		
		// Ved fejlside
		if ($('#ProductList_TD').text() == ''){
		
			if	(location.href.indexOf('search-1.html') != -1){					
				$('#ProductList_TD').html('<h1>Søgning: '+ Keyword +'</h1><div class="PriductListBackground" style="padding-top:40px;padding-bottom:30px;text-align:center;width:536px;">'+ SearchText1 +'</div>')
			}else{
				$('#ProductList_TD').html('<h1>[[CATEGORYNAME]]</h1><div class="PriductListBackground" style="padding-top:40px;padding-bottom:30px;text-align:center;width:536px;">'+ SearchText2 +'</div>')
			}

		$('.EmtyList').attr('align', 'center').css('margin-top','60px')

		}

		// Ved fejlside skriver den Kategorinavn i stedet for [[CATEGORYNAME]]
		if (document.getElementById('ProductList_TD') != null){
			if ($('#ProductList_TD').html().indexOf('[[CATEGORYNAME]]') != -1){
				
				if (Keyword != ''){$('.EmtyList a').css('display', 'none');}
				
				$('#ProductList_TD *').each(function(){
					if ($('#ProductList_TD').html().indexOf('[[CATEGORYNAME]]') != -1){
						findreplace('#ProductList_TD','[[CATEGORYNAME]]',$('.Activ_Productmenu').text());
					}
				})
			}
		}
		
		// Insætter pris i fragt hvor der ikke står noget som standart
		if ($('#ShippingFee').html()  != null){
			if	($('#ShippingFee').html() == ''){
					$('#ShippingFee').text('0,00 DKK')
			}
		}
		
		// Finder alle p-tag og hvis de er tomme så skjul dem
		$('.ProductInfo_TD p').each(function(){
			if ($(this).text()  == ''){
				$(this).remove();
			}
		})

		$('.ProductInfo_TD .Description_Productinfo').each(function(){
			if ($(this).text()  == ''){
				$(this).remove();
			}
		})


		// Sætter overskrift på Anbefal
		$('#TipFriend_TD').html('<h1>Anbefal</h1>'+$('#TipFriend_TD').html());

		// Laver brede på table 100% på anbefal siden
		findreplace('#TipFriend_TD','400','100%');

		// Overskrift til nyheder
		if	(location.href.indexOf('news-ALL-1.html') != -1){
			$('#ProductList_TD h1').text('Nyheder');
		}

		// Overskrift til tilbud
		if	(location.href.indexOf('specialoffer-ALL-1.html') != -1){
			$('#ProductList_TD h1').text('Tilbud');
		}

		for (i=1; i<256; i++){
			var re = new RegExp('&#(' + i + ');', 'g');
			Keyword = Keyword.replace(re, String.fromCharCode(i))
		}

		// Overskrift til søgning
		if	(Keyword  != ''){
			$('#ProductList_TD h1').text('Søgning: '+Keyword);
		}

		// Hvis søgestring ikke er tom gemmer den, den i en cookie
		if (Keyword != ''){setCookie('seekform',Keyword,365);};
		
		var SeekCookie = getCookie('seekform');

		// Hvis Formen bliver sendt tom eller med standart-text sendes brugern til forsiden
		if (CurrencyReturnUrl == '/shop/search-1.html?keyword='){alert('Du skal udfylde et søgeord');setCookie('seekform','',-1);location.href = '/';};

		SearchValue = "Indtast søgeord";
		$('#ShopMainLayOutTable form input.SearchField_SearchPage').val(SearchValue).click(function(){if($(this).attr('value') == SearchValue){$(this).val('')}}).blur(function(){if($(this).attr('value') == ''){$(this).val(SearchValue)}})

		// Sætter string ind i formen på siden
		if (SeekCookie != ''){$('#ShopMainLayOutTable form input.SearchField_SearchPage').attr('value', SeekCookie);};

		NewsletterValue = "Indtast din e-mail";
		$('.newsletter form input.email').val(NewsletterValue).click(function(){if($(this).attr('value') == NewsletterValue){$(this).val('')}}).blur(function(){if($(this).attr('value') == ''){$(this).val(NewsletterValue)}})

		// Finder alle speciale elementer og hvis de er tomme så skjul dem
		if ($('#ShopMainLayOutTable #Canvas').html()  == ''){
			$('#ShopMainLayOutTable #Canvas').remove();
		}
		if ($('#ShopMainLayOutTable #Selector').html()  == ''){
			$('#ShopMainLayOutTable #Selector').remove();
		}

		// Retter op på enkelte produkter i relaterede eller kunder købte også på varekort
		var RelatedCount = 0;
		$('#ShopMainLayOutTable .Related_Custom_TBL .Prod').each(function(){
		+RelatedCount++
		})

		var AlsoBoughtCount = 0;
		$('#ShopMainLayOutTable .CustomersAlsoBought_Custom_TBL .Prod').each(function(){
		+AlsoBoughtCount++
		})
		
		if (RelatedCount == 1){$('.Related_Custom_TBL').attr('width', '268px').attr('align', 'center');}
		if (RelatedCount == 2){$('.Related_Custom_TBL').attr('width', '536px').attr('align', 'center');}

		if (AlsoBoughtCount == 1){$('.CustomersAlsoBought_Custom_TBL').attr('width', '268px').attr('align', 'center');}
		if (AlsoBoughtCount == 2){$('.CustomersAlsoBought_Custom_TBL').attr('width', '536px').attr('align', 'center');}

		$('#ShopMainLayOutTable .Related_Custom_TBL .Prod, #ShopMainLayOutTable .CustomersAlsoBought_Custom_TBL .Prod').each(function(){
			$(this).find('.Related_BuyButton_IMG').attr('src','/images/template/BN-bestil.png');
		})

		// Skjuler Amount-felt i relaterede og knder købte også
		$('.Related_Custom_TBL table .TextInputField_ProductInfo, .CustomersAlsoBought_Custom_TBL table .TextInputField_ProductInfo').css('display', 'none');

		// Fjerner Amauontfelt i Prod-liste
		$('.TextInputField_Productlist').hide();

		// Ændre alle tilbud og nyhed til store på varekort
		$('.ProductInfo_TD .ImageRelative .label').each(function(){
			$(this).html($(this).html().replace('tilbud.png','tilbud-big.png'))
			$(this).html($(this).html().replace('nyhed.png','nyhed-big.png'))
		})

		// Skjul variantstreg hvis ingen variant er der...
		$('.Variants').each(function(){
			if ($(this).html() == ''){
				$('.VariantsLine').css('display', 'none');
			}
		})

		$('.Prices_Custom_TBL td').attr('align','left')

/*		
		$("#various3").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
		});
*/

});






// Denne funktion sørger for automatisk at tilpasse indholdet er en menu
function cn_init_menu(menu,level){
	// Hent indhold i menuen
	var list=menu.rows;
	var i=list.length; var j=i;

	// Gennemgå punkterne
	if(i>0)do{
		// Hent en reference til punktet
		var tmp=list[j-i].cells; tmp=tmp[tmp.length-1];

		// Tjek om det er en undermenu
		var x=tmp.getElementsByTagName('table')[0];
		if(x){
			cn_init_menu(x,level+1);
			continue;
		}

		// Tjek om det er et almindeligt punkt
		tmp=tmp.getElementsByTagName('a');
		var x=tmp[0];
		var y=tmp[1];
		
		if (tmp.length>2)
		{
			tilfoej = '';
			if (tmp[2].innerHTML.substring(0,3)=='<u>') tilfoej = 'specialniv'
			tmp[2].innerHTML='<div class="niv'+level+' '+tilfoej+'">'+tmp[2].innerHTML+'</div>';
		}
		if(y&&x&&y.parentNode==x.parentNode) 
		{
			if (tmp.length<3)
			{
				tilfoej = '';
				if (y.innerHTML.substring(0,3)=='<u>') tilfoej = 'specialniv'
				y.innerHTML='<div class="niv'+level+' '+tilfoej+'">'+y.innerHTML+'</div>';
			}
		}
		else if(x)
		{
			tilfoej = '';
			if (x.innerHTML.substring(0,3)=='<u>') tilfoej = 'specialniv'
			x.innerHTML='<div class="niv'+level+' '+tilfoej+'">'+x.innerHTML+'</div>';		
		}
	}while(--i);
}



