function BuyNow(product) {
	var pid = $("select[name='"+product+"_yrs'] option:selected").attr("value");
	var lic = $("select[name='"+product+"_lic'] option:selected").attr("value");
	window.location = "//shop.element5.com/cart.html?affiliate=PaidSearch&productid="+pid+"&cart="+lic+"&languageid=1&currencies=USD,all"
}
//300091798 1 year
//300091794 40 lic
//300091797
http://shop.element5.com/cart.html?affiliate=PaidSearch&productid=300091787&cart=100&languageid=1&currencies=USD,all
