function ShowCoupon()
{
	return;

	ReadCookie();

	if (SHCValue.indexOf("MEMC") != -1)
		myGetElementById("Coupon").innerHTML = '<img src="../Images/1000CC.jpg" alt="systemhound 2009 inventory software" width="375" height="535" />';
	else if (SHCValue.indexOf("MEMS") != -1)
		myGetElementById("Coupon").innerHTML = '<img src="../Images/1000CS.jpg" alt="systemhound 2009 inventory software" width="375" height="535" />';
	else
		myGetElementById("Coupon").innerHTML = '<img src="../Images/1000C.jpg" alt="systemhound 2009 inventory software" width="375" height="535" />';
}
