	document.write('<form name="cart_quantity" action="../product_info.php?action=add_product" method="post">');
	document.write('<input type="hidden" name="products_id" value="74">');
	document.write('<input type="submit" name="submit" value="Add To Cart" class="button">');
	document.write('</form>');
