function showScreenshot(c,b,a){url="/features/screenshot_template.lt?id="+c+"&lang="+b+"&headline="+a;
look="menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no";
win=window.open(url,"iPoolScreenshot",look);
win.focus()
}function toggle(a){element=document.getElementById(a+"-info");
imageElement=document.getElementById(a+"-icon");
if(element.style.display==""){element.style.display="none";
imageElement.src="/gfx/icon_expand.gif"
}else{if(element.style.display=="none"){element.style.display="";
imageElement.src="/gfx/icon_collapse.gif"
}}}function showBox(a){$("#"+a).fadeIn(500);
$("#"+a).css("visibility","visible")
}function hideBox(a){$("#"+a).fadeOut(500)
}function toggleCurrency(a){var b="pricing"+a;
if(a=="Usd"){$(".pricingGbp").hide();
$(".pricingYen").hide()
}else{if(a=="Gbp"){$(".pricingUsd").hide();
$(".pricingYen").hide()
}else{if(a=="Yen"){$(".pricingUsd").hide();
$(".pricingGbp").hide()
}}}$("."+b).fadeIn(200)
}function toggleCurrencySubscription(a){var b="pricing"+a;
if($("#"+b).css("display")=="none"){$("#"+b).fadeIn(500)
}else{$("#"+b).hide()
}}function toggleFaqSection(){if($(this).next().css("display")=="none"){$(this).next().fadeIn();
$(this).find("img").transition({rotate:"90deg"})
}else{$(this).next().hide();
$(this).find("img").transition({rotate:"0deg"})
}}function orderFormCountryChanged(){var a=$("#countrySelect").val();
if(a==35){$("#debitSelect").fadeIn(500)
}else{$("#debitSelect").hide()
}if(a==14||a==17||a==28||a==31||a==32||a==33||a==36||a==43||a==45||a==51||a==53||a==54||a==58||a==62||a==7||a==67||a==68||a==69||a==76||a==72||a==73||a==75||a==27||a==37||a==87||a==26){$("#vat").fadeIn(500)
}else{$("#vat").hide()
}};
