﻿
function onclickOrder(id)
{
    		$.cookie("ProductID", id);

		document.location.href = "order.html";

}
