function huepf(nr)  
{ 	
	if (nr==0)
	{
		var nr="0000"
	}

	window.location.href = "http://www.lupenshop.de/content/lupenshop.storefront/DE/Product/" + nr
}

