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>';

domReady(function(){


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////



	// Retter pris i vareliste
	$('.prod, .Prod').each(function(){
		$(this).html($(this).html().replace('</strike>8<strike></strike>8<strike>','88'))
		$(this).html($(this).html().replace('</STRIKE>8<STRIKE></STRIKE>8<STRIKE>','88'))
		$(this).html($(this).html().replace('</strike>8<strike>','8'))
		$(this).html($(this).html().replace('</STRIKE>8<STRIKE>','8'))
		$(this).html($(this).html().replace('</strike>&nbsp;</strike>','</strike>'))
		$(this).html($(this).html().replace('</STRIKE>&nbsp;</STRIKE>','</strike>'))
		$(this).html($(this).html().replace('</strike>8<strike>','8'))
		$(this).html($(this).html().replace('</STRIKE>8<STRIKE>','8'))
	});

	$('#ShopMainLayOutTable #ProductMenu_Table a').each(function(){
		if ($(this).html().indexOf('header') != -1){
			$form = $(this);
			$form.replaceWith($form.html()); 
		}
	});
	
	// Opretter subcats
	$('.SubCats_Prodlink').next('br').remove();
	
	// 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>')
	})
	
	if (location.href.indexOf('shop/showbasket.html') != -1)	{$('#ShowBasket_TD').prepend('<h1>'+ $('#ShowBasket_TD h1').html() +'</h1>');$('#ShowBasket_TD h1').eq(1).remove();}
	if (location.href.indexOf('shop/order1.html') != -1)		{$('#OrderStep1_TD').prepend('<h1>'+ $('#OrderStep1_TD h1').html() +'</h1>');$('.Heading_Orderstep1_TBL').remove();}
	if (location.href.indexOf('shop/order2.html') != -1)		{$('#OrderStep2_TD').prepend('<h1>'+ $('#OrderStep2_TD h1').html() +'</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)		{$('#OrderStep3_TD').prepend('<h1>'+ $('#OrderStep3_TD h1').html() +'</h1>');$('#OrderStep3_TD .Heading_OrderStep3').remove();$('#OrderStep3_TD .CustomerInfo_OrderStep3 td').eq(0).find('br:lt(1)').remove();}
	if (location.href.indexOf('shop/order4.html') != -1)		{$('#OrderStep4_TD').prepend('<h1>'+ $('#OrderStep4_TD h1').html() +'</h1>');$('#OrderStep4_TD .BackGroundColor1_OrderStep4 tr').eq(0).remove();}
	
	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');})
		
		$('.BackGroundColor1_OrderStep3 table table table td a').removeAttr('href')
		
		$('.CustomerInfo_OrderStep3 br').hide();
		$('.CustomerInfo_OrderStep3 table br').show();

	}

	if (location.href.indexOf('p.html') != -1){
		
		if(hidetab_naeringsdeklaration.indexOf($('#ShopMainLayOutTable #RootCatagory').eq(0).val()) != -1){
			$('#ShopMainLayOutTable .LabelBN a').eq(2).hide();
		}

		$('#ShopMainLayOutTable .BreadCrumb_ProductInfo').append('&nbsp;/&nbsp;<a href="'+ location.href +'" class="active">'+ $('#ShopMainLayOutTable h1').text() +'</a>')

		$('.prod .Related_BuyButton_IMG, .Prod .Related_BuyButton_IMG').each(function(){
			$(this).attr('src','/images/template/BN-koeb.png')
		});

		// Skjul variantstreg hvis ingen variant er der...
		if ($('#ShopMainLayOutTable .Variants').length == 0){
			$('.VariantsLine').css('display', 'none');
		}

	}

});

function TipProdLink(){window.location.href = "/shop/tip.html?productid="+ ProductNumber +"&VariantIdSelected=0";}






$(document).ready(function(){
	
	if($('.ShippingFee12').eq(0).text().length==0){$('.ShippingFee12').eq(0).text('0,00')}
	
	var TotalPrice = parseInt($('#TotalPrice').eq(0).text().replace('.',''))-parseInt($('.ShippingFee12').eq(0).text().replace(' DKK',''))

	if (location.href.indexOf('?cn') != -1){
//		old_alert(TotalPrice);
	}


	if (TotalPrice=='0,00'){
		$('.txt3').show();
	}else if (FreeShippingCost<TotalPrice){
		$('.txt1').show();
	}else{
		$('.txt2').text($('.txt2').text().replace('[amount]',parseInt(FreeShippingCost)-parseInt(TotalPrice)));
		$('.txt2').show();
	}
	


	$('#ShopMainLayOutTable .LabelBN a:eq(0)').click(function() {
		$('#ShopMainLayOutTable .LabelBN a:eq(0)').css('background','#444d0b').css('background-image','url(/images/template/ProdInfoLabelAvtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(1)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(2)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(3)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelTBL tr:eq(1)').show();$('#ShopMainLayOutTable .LabelTBL tr:eq(2)').hide();$('#ShopMainLayOutTable .LabelTBL tr:eq(3)').hide();$('#ShopMainLayOutTable .LabelTBL tr:eq(4)').hide();$('#ShopMainLayOutTable .LabelTBL tr.BGsp').show();
	});
	$('#ShopMainLayOutTable .LabelBN a:eq(1)').click(function() {
		$('#ShopMainLayOutTable .LabelBN a:eq(0)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(1)').css('background','#444d0b').css('background-image','url(/images/template/ProdInfoLabelAvtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(2)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(3)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelTBL tr:eq(1)').hide();$('#ShopMainLayOutTable .LabelTBL tr:eq(2)').show();$('#ShopMainLayOutTable .LabelTBL tr:eq(3)').hide();$('#ShopMainLayOutTable .LabelTBL tr:eq(4)').hide();$('#ShopMainLayOutTable .LabelTBL tr.BGsp').show();
	});
	$('#ShopMainLayOutTable .LabelBN a:eq(2)').click(function() {
		$('#ShopMainLayOutTable .LabelBN a:eq(0)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(1)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(2)').css('background','#444d0b').css('background-image','url(/images/template/ProdInfoLabelAvtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(3)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelTBL tr:eq(1)').hide();$('#ShopMainLayOutTable .LabelTBL tr:eq(2)').hide();$('#ShopMainLayOutTable .LabelTBL tr:eq(3)').show();$('#ShopMainLayOutTable .LabelTBL tr:eq(4)').hide();$('#ShopMainLayOutTable .LabelTBL tr.BGsp').show();
	});
	$('#ShopMainLayOutTable .LabelBN a:eq(3)').click(function() {
		$('#ShopMainLayOutTable .LabelBN a:eq(0)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(1)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(2)').css('background','#999a85').css('background-image','url(/images/template/ProdInfoLabelInavtive.png)');
		$('#ShopMainLayOutTable .LabelBN a:eq(3)').css('background','#444d0b').css('background-image','url(/images/template/ProdInfoLabelAvtive.png)');
		$('#ShopMainLayOutTable .LabelTBL tr:eq(1)').hide();$('#ShopMainLayOutTable .LabelTBL tr:eq(2)').hide();$('#ShopMainLayOutTable .LabelTBL tr:eq(3)').hide();$('#ShopMainLayOutTable .LabelTBL tr:eq(4)').show();$('#ShopMainLayOutTable .LabelTBL tr.BGsp').hide();
	});


	$('#ProductInfo_MagixZoomPlus_MainImage_TD a').append('<img src="/images/template/zoom.gif" class="label_Zoom" />');

	$('.Prod, .prod').click(function() {
		location.href = $(this).find('a').eq(0).attr('href')
	});

	// Ved fejlside (tom vareliste)
	if ($('#ProductList_TD .Prod').length == 0 && $('#ProductList_TD').text().length <= 175 && $('#ProductList_TD form').length == 0 && $('#ProductList_TD').text().indexOf('SubCats_Prodlink')!=-1){
		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>[[cn.CATEGORYNAME]]</h1><div class="PriductListBackground" style="padding-top:40px;padding-bottom:30px;text-align:center;width:536px;">'+ SearchText2 +'</div>')
		}
	}
	
	// Ved fejlside skriver den Kategorinavn i stedet for [[CATEGORYNAME]] (tom vareliste)
	if (document.getElementById('ProductList_TD') != null){
		if ($('#ProductList_TD').html().indexOf('[[cn.CATEGORYNAME]]') != -1){
			
			if (Keyword != ''){$('.EmtyList a').css('display', 'none');}
			
			$('#ProductList_TD *').each(function(){
				if ($('#ProductList_TD').html().indexOf('[[cn.CATEGORYNAME]]') != -1){
					findreplace('#ProductList_TD','[[cn.CATEGORYNAME]]',$('.Activ_Productmenu').text());
				}
			})
		}
	}

	// Indsætte rettebilleder på possition
	$('#ShopMainLayOutTable .CustomerInfo_OrderStep3 table:eq(0)').each(function(){
		$(this).before('<input type="button" style="float:right;position:relative;top:25px;" value=" ret data " onClick="location.href=\'\/shop\/order1.html\';">');
	})
	$('#ShopMainLayOutTable .CustomerInfo_OrderStep3 table:eq(1)').each(function(){
		$(this).before('<input type="button" style="float:right;position:relative;top:25px;" value=" ret data " onClick="location.href=\'\/shop\/order2.html\';">');
	})

	for (i=1; i<256; i++){
		var re = new RegExp('&#(' + i + ');', 'g');
		Keyword = Keyword.replace(re, String.fromCharCode(i))
	}
	
	// Sætter overskrifter
	$('#TipFriend_TD').html('<h1>Anbefal</h1>'+$('#TipFriend_TD').html());
	if (location.href.indexOf('news-ALL-1.html') != -1){$('#ProductList_TD').prepend('<h1>Nyheder</h1>');}
	if (location.href.indexOf('specialoffer-ALL-1.html') != -1){$('#ProductList_TD').prepend('<h1>Tilbud</h1>');}
	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);};
	
	SearchValue = "Find et produkt";
	$('#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)}})

	// Hvis Formen bliver sendt tom sendes brugern til forsiden
	if (CurrencyReturnUrl == '/shop/search-1.html?keyword=' || Keyword==SearchValue || Keyword==' '){$('#ProductList_TD table').remove();old_alert('Du skal udfylde et søgeord');setCookie('seekform','',-1);location.href = '/';};
	
	// Sætter string ind i formen på siden
	if (getCookie('seekform') != ''){$('#ShopMainLayOutTable form input.SearchField_SearchPage').attr('value', getCookie('seekform'));};
	
	NewsletterValue = "Indtast din e-mail";
	$('.newsletter input.email').val(NewsletterValue).click(function(){if($(this).attr('value') == NewsletterValue){$(this).val('')}}).blur(function(){if($(this).attr('value') == ''){$(this).val(NewsletterValue)}})
});



function findreplace(el, find, rep)		{try{$(el).html($(el).html().replace(find, rep))}catch(e){};}

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());
}

