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>';



function addCommas(nStr){
	nStr += '';
	x = nStr.split('.');
	x1 = x[0];
	x2 = x.length > 1 ? ',' + x[1] : '';
	var rgx = /(\d+)(\d{3})/;
	while (rgx.test(x1)) {
		x1 = x1.replace(rgx, '$1' + '.' + '$2');
	}
	return x1 + x2;
}

function r2(n) { 
  ans = n * 1000 
  ans = Math.round(ans /10) + "" 
  while (ans.length < 3) {ans = "0" + ans} 
  len = ans.length 
  ans = ans.substring(0,len-2) + "." + ans.substring(len-2,len)
  return ans 
}

domReady(function(){


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	$('#ShopMainLayOutTable .BGbasket').css('background','#FFFFFF').height($('#ShopMainLayOutTable .BasketHeight').height());
	$('.BGbasket').css({opacity:0.75});
	$('.BottomBox').css({opacity:0.75});



	$('#ShopMainLayOutTable #ProductMenu_Table').before('<div class="SubMenuBackground" style="height:'+ $('#ShopMainLayOutTable #ProductMenu_Table').height() +'px;"></div>');
	$('#ProductMenu_Table').css('background','none');
	$('.SubMenuBackground').css({opacity:0.5});
	
	if (location.href.indexOf('shop/order') != -1){
		$('.BasketHeight').css('cursor','default').removeAttr('onclick');
	}
	
	if (location.href.indexOf('p.html') != -1){
		$('.PicLink').wrap('<a href="'+ $('#ProductImage img:eq(0)').attr('src').toLowerCase().replace('.jpg','-o.jpg') +'" target="_blank"></a>')
	}
	
	$('#ShopMainLayOutTable .LabelBN a:eq(0)').click(function() {
		$('#ShopMainLayOutTable .LabelBN a:eq(0)').css('background','#FFFFFF').css('border-bottom','1px solid #FFFFFF').css('color','#666666');
		$('#ShopMainLayOutTable .LabelBN a:eq(1)').css('background','#2a3646').css('border-bottom','1px solid #c8cbcf').css('color','#FFFFFF');
		$('#ShopMainLayOutTable .LabelTBL tr:eq(1)').show();$('#ShopMainLayOutTable .LabelTBL tr:eq(2)').hide();
	});
	$('#ShopMainLayOutTable .LabelBN a:eq(1)').click(function() {
		$('#ShopMainLayOutTable .LabelBN a:eq(0)').css('background','#2a3646').css('border-bottom','1px solid #c8cbcf').css('color','#FFFFFF');
		$('#ShopMainLayOutTable .LabelBN a:eq(1)').css('background','#FFFFFF').css('border-bottom','1px solid #FFFFFF').css('color','#666666');
		$('#ShopMainLayOutTable .LabelTBL tr:eq(1)').hide();$('#ShopMainLayOutTable .LabelTBL tr:eq(2)').show();
	});

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	// Retter pris i vareliste
	$('.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'))
	});
	
	// 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 ($('#ShippingFee').html()  != null){
		if	($('#ShippingFee').html() == ''){
			$('#ShippingFee').text('0,00')
		}
	}
	
//	old_alert(parseFloat($('#BasketSum').text()))
	
	$('#BasketSum').text(addCommas(r2(parseFloat($('#BasketSum').text().replace('.','').replace(',','.'))+parseFloat($('#ShippingFee').text().replace('.','').replace(',','.'))).replace('.',',')))
	

});

function TipProdLink(){window.location.href = "/shop/tip.html?productid="+ ProductNumber +"&VariantIdSelected=0";}






$(document).ready(function(){

	$('.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 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());
}

