function addLink(ProductId)
{
	location.href = "shopping/handango.php?ProductId=" + ProductId;
}

function buyHandango(ProductId)
{
	location.href = "shopping/handango.php?ProductId=" + ProductId;
}

function buyEsellerate(ProductId)
{
	location.href = "shopping/esellerate.php?ProductId=" + ProductId;
}