// JavaScript Document

jQuery(document).ready(function()
{
	if (country == 'IE') {
		jQuery("#planprice-1").html('&euro;39 <span style="font-size: 8px;">+VAT / month</span>'); jQuery("#planprice-2").html('&euro;59 <span style="font-size: 8px;">+VAT / month</span>'); jQuery("#planprice-3").html('&euro;79 <span style="font-size: 8px;">+VAT / month</span>');
		jQuery("#designprice-1").html('from &euro;300'); jQuery("#designprice-2").html('from &euro;300'); jQuery("#designprice-3").html('from &euro;300');
		jQuery(".pricesimb").html('&euro;');
	}
				
	if (country == 'UK') {
		jQuery("#planprice-1").html('&pound;39 <span style="font-size: 8px;">+VAT / month</span>'); jQuery("#planprice-2").html('&pound;59 <span style="font-size: 8px;">+VAT / month</span>'); jQuery("#planprice-3").html('&pound;79 <span style="font-size: 8px;">+VAT / month</span>');
		jQuery("#designprice-1").html('from &pound;300'); jQuery("#designprice-2").html('from &pound;300'); jQuery("#designprice-3").html('from &pound;300');
		jQuery(".pricesimb").html('&pound;');
	}
	
	jQuery('.price-comparison tr:even').addClass('alt');
	jQuery('tr.features-tr').css({'color':'#fff','background':'#62a6d5'});
	jQuery('tr.features-tr td').css('border','0');
	jQuery('table.price-comparison tr>td:nth-child(3)').css('border-right','6px solid #FF9126');
	jQuery('table.price-comparison tr>td:nth-child(4)').css('border-right','6px solid #FF9126');
	jQuery('table.price-comparison tr>td:nth-child(1)').css('padding-left','28px'); 
	
});

	var HelvNeue = { src: '/js/HelvNeue.swf' };

    sIFR.activate(HelvNeue);
  
    sIFR.replace(HelvNeue, {
      selector: 'h1' ,css: { '.sIFR-root': { 'color': '#000000','font-weight': 'bold' } }
      ,filters: {  DropShadow: { distance: 2 ,color: '#ccc' ,strength: 10 ,blurX: 0 ,blurY: 0 }  } ,wmode: 'transparent'
    });
	
	sIFR.replace(HelvNeue, {
      selector: '.details h1' ,css: { '.sIFR-root': { 'color': '#000000','font-weight': 'bold' } }
      ,filters: {  DropShadow: { distance: 1 ,color: '#ccc' ,strength: 10 ,blurX: 0 ,blurY: 0 }  } ,wmode: 'transparent'
    });
	
	sIFR.replace(HelvNeue, {
      selector: 'h2' ,css: { '.sIFR-root': { 'color': '#000000' } }
      ,filters: {  DropShadow: { distance: 2 ,color: '#ccc' ,strength: 10 ,blurX: 0 ,blurY: 0 }  } ,wmode: 'transparent'
    });
	
	sIFR.replace(HelvNeue, {
      selector: 'h3.faqtitle' ,css: { '.sIFR-root': { 'color': '#000000','font-weight': 'bold' } }
       ,wmode: 'transparent'
    });
