
function showPic(bild)
{
	if (bild != '')
	{
		document.getElementById("productimg").src = bild;
	}
}

function hidePic(bild)
{
	if (bild != '')
	{
		document.getElementById("productimg").src = bild;
	}
}
