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(){


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////





	if (location.href.indexOf('frontpage.html') != -1){$('#ShopLayOut_Topmenu_TD img').attr('src','/images/Template/home_ak.png');}else{
	$("#ShopMainLayOutTable #ShopLayOut_Topmenu_TD img").hover( 
	  function () { 
		$(this).attr('src','/images/Template/home_ak.png');
	  },  
	  function () { 
		$(this).attr('src','/images/Template/home.png');
	  } 
	); 
	}



	$('#ProductList_TD .Price').each(function(){
		if ($(this).find('strike').length==0){
			$(this).css('color','#57543f');
		}
	});





	$('#ShopLayOut_Topmenu_TD a').each(function(){
		if (location.href.indexOf($(this).attr('href')) != -1){
			$(this).addClass('ActiveTopMenu');
		}
	});
	
	$('.FPCat1').each(function(){
		$(this).addClass('bg'+ Math.ceil(Math.random()*3));
	});


	// Retter pris i vareliste
	$('.moreTxtLink').each(function(){
		$('#'+ $(this).attr('rel')).hide();
		
		if ($('#'+ $(this).attr('rel')).text().length==0){$(this).hide();}
		
		$(this).attr('href','javascript:void(0);');
	});

	$('.moreTxtLink').click(function() {
		if( $('#'+ $(this).attr('rel')).is(':visible') ) {
			$('#'+ $(this).attr('rel')).hide();
		}else{  
			$('#'+ $(this).attr('rel')).show();
		} 

	});

	$('.Related_BuyButton_IMG').attr('src','/images/template/BN-koeb.png');


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	$('.ProductListVariantSelector').each(function(){
		$(this).find('option:eq(0)').text(SelectText)
	});

	var counters=0;
	$('#ShopMainLayOutTable .ProductList_Custom_TBL .Prod').each(function(){
		counters++
		if (counters==1 || counters==2){$(this).addClass('lines');}else{counters=0;}
	});



	
	// Opretter subcats
	$('.SubCats_Prodlink').next('br').remove();
	
	if (location.href.indexOf('shop/showbasket.html') != -1)	{$('#ShowBasket_TD').prepend('<h1>'+ $('#ShowBasket_TD h1').text() +'</h1>');$('#ShowBasket_TD h1').eq(1).remove();}
	if (location.href.indexOf('shop/order1.html') != -1)		{$('#OrderStep1_TD').prepend('<h1>'+ $('#OrderStep1_TD h1').text() +'</h1>');$('.Heading_Orderstep1_TBL').remove();}
	if (location.href.indexOf('shop/order2.html') != -1)		{$('#OrderStep2_TD').prepend('<h1>'+ $('#OrderStep2_TD h1').text() +'</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').text() +'</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').text() +'</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();

	}

	// Skjul variantstreg hvis ingen variant er der...
	if ($('#ShopMainLayOutTable .Variants').length == 0){
		$('.VariantsLine').css('display', 'none');
	}

	if ($('.labelInfo img').length != 0){
		$('.labelInfo img').attr('src',$('.labelInfo img').attr('src').replace('.png','-big.png'));
	}

});

function TipProdLink(){window.location.href = "/shop/tip.html?productid="+ ProductNumber +"&VariantIdSelected=0";}






$(document).ready(function(){

	$('.BackButton_Orderstep1').css('cursor','pointer').click(function(){location.href='/shop/showbasket.html'});
	$('input[name==BackButton_Orderstep2]').css('cursor','pointer').click(function(){location.href='/shop/order1.html'});
	
	$('.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());
				}
			})
		}
	}

	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 = "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)}})

	// 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 emailadresse";
	$('.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());
}

