function entalink(type)
{
	var location = "https://www.enta.net/emb/?resellerID=180&reseller=eb417de665ebd46cdd62b594fb4bf33d&order_type=" + type;
	var entaWindow = window.open(location,'BuyNow','top='+((screen.height-600)/2)+',left='+((screen.width-750)/2)+',width=750,height=600,toolbars=no,menubar=no,status=yes,resizable=yes,scrollbars=yes');
	entaWindow.focus();
	return false;
}