var popupje = null;

	function addbasket(id)
	{
		msg="http://www.tulipworld.com/itemdesc.asp?ic=" + id;
window.location = msg;
	}

