document.write('<form onSubmit="SetProductID(this)" action="http://cambraysheepcheese.com.au/Shopping_Cart/view_cart.asp" method="POST"><a name="130"></a><input type="hidden" name="ProductID" value="130">\r\n<input type="hidden" name="ProductType" value="Feta">\r\n<input type="hidden" name="ProductDesc" value="Traditional Greek Style Fetta">\r\n<input type="hidden" name="Price" value="15">\r\n<input type="hidden" name="BaseQuantity" value="400">\r\n<input type="hidden" name="EncryptPrice" value="42QuNGIXsnAQ870hSV9cxTah5swZIu9p0w0Kbl4/Clc=">\r\n');
document.write("<table border=\"0\" width=\"95%\">\r\n<tr><th colspan='3' align='left'><font face=\"Verdana\" color=\"#484848\" size=\"2\">Traditional Greek Style Fetta</font></th></tr><tr><th colspan='3'>&nbsp</th></tr>\r\n<tr><th width='200' align='left' valign='top'><font face=\"Verdana\" color=\"#484848\" size=\"2\"><a href=\"JavaScript:CreatePopup('http://www.cambraysheepcheese.com.au/images/fettalarge.jpg', 'Image')\"><IMG border=\"0\" src=\"http://www.cambraysheepcheese.com.au/images/fettasmall.jpg\"></a></font></th><th width='15px'></th>\r\n");
document.write("<td valign='top'><small><font face=\"Verdana\" color=\"#484848\" size=\"2\">\r\n<P>Traditionally made with sheep milk, Cambray have preserved age-old processes to produce a true Greek Style sheep Fetta. Matured for flavour with herbs and olives in grapeseed oil, the robust taste can be enjoyed on a Greek salad with crusty bread and a full bodied red wine. \r\n<P>Weight: 200g\r\n<P>Awards: \r\n<BR>2005 Silver (DIAA) \r\n<BR>2005 1st Place & Silver (Perth Royal Show) \r\n<BR>2006 Silver (DIAA) \r\n<BR>2007 1st Place (Perth Royal Show) \r\n");
document.write('<BR>\r\n<P>\r\n</font></small>\r\n<br><small><b><font face="Verdana" color="#484848" size="2">Price:&nbsp;<font face="Verdana" color="#484848" size="2">$15.00</font></small><br><br>\r\n<small><font face="Verdana" color="#484848" size="2">Quantity:&nbsp;</font></small><input type="text" size="1" maxlength="3" name="Quantity" value="1">&nbsp;<br>\r\n&nbsp;<input type="image" border="0" src="http://cambraysheepcheese.com.au/Shopping_Cart/additem.gif">\r\n&nbsp;</td></tr>\r\n</table>\r\n</form>\r\n<hr width="100%"><form onSubmit="SetProductID(this)" action="http://cambraysheepcheese.com.au/Shopping_Cart/view_cart.asp" method="POST"><a name="140"></a><input type="hidden" name="ProductID" value="140">\r\n');
document.write("<input type=\"hidden\" name=\"ProductType\" value=\"Feta\">\r\n<input type=\"hidden\" name=\"ProductDesc\" value=\"Boursin-style Fresh With Garlic &amp; Chives\">\r\n<input type=\"hidden\" name=\"Price\" value=\"7\">\r\n<input type=\"hidden\" name=\"BaseQuantity\" value=\"90\">\r\n<input type=\"hidden\" name=\"EncryptPrice\" value=\"do/OvABkKQ2xPtuYtaN1jdVKAqgvyw9BVjyy+34kLO4=\">\r\n<table border=\"0\" width=\"95%\">\r\n<tr><th colspan='3' align='left'><font face=\"Verdana\" color=\"#484848\" size=\"2\">Boursin-style Fresh With Garlic &amp; Chives</font></th></tr><tr><th colspan='3'>&nbsp</th></tr>\r\n");
document.write("<tr><th width='200' align='left' valign='top'><font face=\"Verdana\" color=\"#484848\" size=\"2\"><a href=\"JavaScript:CreatePopup('http://www.cambraysheepcheese.com.au/images/freshlarge.jpg', 'Image')\"><IMG border=\"0\" src=\"http://www.cambraysheepcheese.com.au/images/freshsmall.jpg\"></a></font></th><th width='15px'></th>\r\n<td valign='top'><small><font face=\"Verdana\" color=\"#484848\" size=\"2\">\r\n<P>A soft creamy fresh cheese flavoured with garlic and chives. This versatile cheese can be served with crostini or as a dip. Enjoy with a crisp white wine. \r\n");
document.write('<P>Weight: 85g \r\n<P>\r\n<P>\r\n</font></small>\r\n<br><small><b><font face="Verdana" color="#484848" size="2">Price:&nbsp;<font face="Verdana" color="#484848" size="2">$7.00</font></small><br><br>\r\n<small><font face="Verdana" color="#484848" size="2">Quantity:&nbsp;</font></small><input type="text" size="1" maxlength="3" name="Quantity" value="1">&nbsp;<br>\r\n&nbsp;<input type="image" border="0" src="http://cambraysheepcheese.com.au/Shopping_Cart/additem.gif">\r\n&nbsp;</td></tr>\r\n</table>\r\n</form>\r\n');

function SetProductID(frm)
{
var wndAddToCart = null;

	var sOptions = "top=10,left=" + (window.screen.width - 250) + ",width=220,height=120,scrollbars=no,resizable=no,menubar=no";

var sProd, obProd, i;
	if (frm.Rnd != null)
	{
		frm.Rnd.value = Math.round(Math.random()*100000);
	}
	if (frm.ProductID != null)
	{
		if (frm.ProductID[0] != null)
		{
			sProd = frm.ProductID[0].value;		
			obProd = frm.ProductID[0];
		}
		else
		{
			sProd = frm.ProductID.value;		
			obProd = frm.ProductID;
		}
	}
	i = sProd.indexOf(", ");
	if (i >= 0 ) sProd = sProd.substring(0,i);
	for (i = 0; i < frm.elements.length; i++)
	{
		if (frm.elements[i].name != "Quantity" && 
			frm.elements[i].type.indexOf('select') >= 0)
		sProd += ", " + frm.elements[i].selectedIndex;
	}
	obProd.value = sProd;

	wndAddToCart = window.open("","AddToCart",sOptions);
	if (wndAddToCart) 
	{
		wndAddToCart.focus();
		frm.target = "AddToCart";
		i = frm.action.lastIndexOf('/');
		frm.action = frm.action.substring(0, i+1) + 'view_cart2.asp';
	}
	else frm.target = "_self";
}


function CreatePopup(page,s_title)
{
var sOptions, wnd;
	sOptions = "toolbar=no,location=no,directories=no,";
	sOptions += "left=" + (screen.width-450) + 
				",width=400,height=400,scrollbars=yes,resizable=yes,menubar=no,status=yes";
	wnd = window.open("",s_title,sOptions);
	if (wnd == null) wnd = window;
	if (page.length) wnd.location = page;
	wnd.focus();
}