function WriteNoOpts()
{
	var outxt = new String("");
	outxt += "<ul><li>There are no options for this item.</li>";
	outxt += "<li>If you have special instructions, please type them in the space provided below.</li>";
	outxt += "<li>...<i>Thank You!</i></li></ul>";
	return outxt;}

function GetOptionGrps()
{
	 var optString = new String("");
	switch(this.optGroup)
	{
		case "0" :
			optString += WriteNoOpts();
			break;

		case "1" : 
			var BtnGrp1 = new BtnGrp("radio","opt1",1,1,"Please choose your Soup","French Onion Soup,Tomato Basil Soup,Sweet Potato Soup,Soup of the Day","0","na","na",0,true);
			optString += "<br>" + BtnGrp1.toHtml();

			optString += "<hr width='50%' align='center'>";

			var BtnGrp2 = new BtnGrp("radio","opt1_1",0,1,"Please Choose your dressing.","House,Italian, Ranch, Southwest Ranch,Blue Cheese,Tomato Basil Vinaigrette,Raspberry Vinaigrette,Champagne Vinaigrette","0","na","na",0,true);
			optString += "<br>" + BtnGrp2.toHtml();

			break;

		case "2" : 
			var BtnGrp3 = new BtnGrp("checkbox","opt2",1,1,"Would you like to...?","Request Guacamole and sour cream","0","na","na",0,true);
			optString += "<br>" + BtnGrp3.toHtml();

			break;

		case "3" : 
			var BtnGrp4 = new BtnGrp("radio","opt3",1,1,"Please choose your dressing.","House,Italian,Ranch,Southwest Ranch,Blue Cheese,Tomato Basil Vinaigrette,Raspberry Vinaigrette,Champagne Vinaigrette","0","na","na",0,true);
			optString += "<br>" + BtnGrp4.toHtml();

			break;

		case "4" : 
			var BtnGrp5 = new BtnGrp("radio","opt4",1,1,"Would you like this with...","French Fries,Substitute Soup,Substitute Salad,Substitute Fruit","0,1.75,1.75,1.75","na","x,opt4_1,opt4_2,x",0,true);
			optString += "<br>" + BtnGrp5.toHtml();

			optString += "<hr width='50%' align='center'>";

			var BtnGrp6 = new BtnGrp("checkbox","opt4_1",0,2,"Please choose your soup.","French Onion Soup,Tomato Basil Soup,Sweet Potato Soup,Soup of the Day","0","opt4,2","na",0,true);
			optString += "<br>" + BtnGrp6.toHtml();

			var BtnGrp7 = new BtnGrp("checkbox","opt4_2",0,3,"Please choose your dressing","House,Italian,Ranch,Southwest Ranch,Blue Cheese,Tomato Basil Vinaigrette,Raspberry Vinaigrette,Champagne Vinaigrette","0","opt4,3","na",0,true);
			optString += "<br>" + BtnGrp7.toHtml();

			break;

		case "5" : 
			var BtnGrp8 = new BtnGrp("radio","opt5",1,1,"How would you like the chicken prepared?","Grilled Chicken,Fried Chicken","0","na","na",0,true);
			optString += "<br>" + BtnGrp8.toHtml();

			optString += "<hr width='50%' align='center'>";

			var BtnGrp9 = new BtnGrp("radio","opt5_1",0,1,"Would you like this with...","French Fries,Substitute Soup,Substitute Salad,Substitute Fruit","0,1.75,1.75,1.75","na","x,opt5_2,opt5_3,x",0,true);
			optString += "<br>" + BtnGrp9.toHtml();

			var BtnGrp10 = new BtnGrp("checkbox","opt5_2",0,1,"Please choose your Soup","French Onion Soup,Tomato Basil Soup,Sweet Potato Soup,Soup of the Day","0","opt5_1,2","na",0,true);
			optString += "<br>" + BtnGrp10.toHtml();

			var BtnGrp11 = new BtnGrp("checkbox","opt5_3",0,1,"Please choose your dressing","House,Italian,Ranch,Southwest Ranch,Blue Cheese,Tomato Basil Vinaigrette,Raspberry Vinaigrette,Champagne Vinaigrette","0","na","na",0,true);
			optString += "<br>" + BtnGrp11.toHtml();

			break;

		case "6" : 
			var BtnGrp12 = new BtnGrp("radio","opt6",1,1,"Would you like this with","Served with fresh bread,Add a Salad","0,3.95","na","x,opt6_1",0,true);
			optString += "<br>" + BtnGrp12.toHtml();

			optString += "<hr width='50%' align='center'>";

			var BtnGrp13 = new BtnGrp("checkbox","opt1",0,1,"Please choose your dressing","House,Italian,Ranch,Southwest Ranch,Tomato Basil Vinaigrette,Raspberry Vinaigrette,Champagne Vinaigrette","0","opt6,2","na",0,true);
			optString += "<br>" + BtnGrp13.toHtml();

			break;

		case "7" : 
			var BtnGrp14 = new BtnGrp("radio","Opt7",1,1,"How would you like the chicken prepared?","Grilled,Fried","0","na","na",0,true);
			optString += "<br>" + BtnGrp14.toHtml();

			break;

		case "8" : 
			var BtnGrp15 = new BtnGrp("radio","opt8",1,1,"Please choose your dipping sauce.","Honey Mustard,BBQ Sauce,Ranch,Southwest Ranch","0","na","na",0,true);
			optString += "<br>" + BtnGrp15.toHtml();

			break;

		case "9" : 
			var BtnGrp16 = new BtnGrp("checkbox","opt9",1,1,"Would you like to add?","Add a salad,Add side Garlic Shrimp","3.95,6.95","na","opt9_1,x",0,true);
			optString += "<br>" + BtnGrp16.toHtml();

			optString += "<hr width='50%' align='center'>";

			var BtnGrp17 = new BtnGrp("checkbox","opt9_1",0,1,"Please choose your dressing","House,Italian,Ranch,Southwest Ranch,Tomato Basil Vinaigrette,Raspberry Vinaigrette,Champagne Vinaigrette","0","opt9,1","na",0,true);
			optString += "<br>" + BtnGrp17.toHtml();

			break;

		case "A" : 
			var BtnGrp18 = new BtnGrp("radio","optA",1,1,"How would you like this cooked?","Medium,Medium-Well,Well-Done","0","na","na",0,true);
			optString += "<br>" + BtnGrp18.toHtml();

			optString += "<hr width='50%' align='center'>";

			var BtnGrp19 = new BtnGrp("checkbox","optA_1",0,2,"Would you like to add?","Add a Salad,Add a side of Garlic Shrimp","3.95,6.95","na","optA_2,x",0,true);
			optString += "<br>" + BtnGrp19.toHtml();

			var BtnGrp20 = new BtnGrp("checkbox","optA_2",0,3,"Please choose your dressing","House,Italian,Ranch,Southwest Ranch,Blue Cheese,Tomato Basil Vinaigrette,Raspberry Vinaigrette,Champagne Vinaigrette","0","optA_1,1","na",0,true);
			optString += "<br>" + BtnGrp20.toHtml();

			break;

		case "B" : 
			var BtnGrp21 = new BtnGrp("radio","optB",1,1,"Please choose your side","Red Beans & Rice,Pasta","0","na","na",0,true);
			optString += "<br>" + BtnGrp21.toHtml();

			optString += "<hr width='50%' align='center'>";

			var BtnGrp22 = new BtnGrp("checkbox","optB_1",0,1,"Would you like to add?","Add a salad,Add a side of Garlic Shrimp","3.95,6.95","na","optB_2,x",0,true);
			optString += "<br>" + BtnGrp22.toHtml();

			var BtnGrp23 = new BtnGrp("checkbox","optB_2",0,1,"Please choose your dressing","House,Italian,Ranch,Southwest Ranch,Blue Cheese,Tomato Basil Vinaigrette,Raspberry Vinaigrette,Champagne Vinaigrette","0","optB_1,1","na",0,true);
			optString += "<br>" + BtnGrp23.toHtml();

			break;

		case "C" : 
			var BtnGrp24 = new BtnGrp("radio","optC",1,1,"How would you like your Burger cooked?","MEDIUM,MEDIUM-WELL,WELL-DONE","0","na","na",0,true);
			optString += "<br>" + BtnGrp24.toHtml();

			optString += "<hr width='50%' align='center'>";

			var BtnGrp25 = new BtnGrp("checkbox","optC_1",0,1,"Would you like this with...!","French Fries,Substitute Soup,Substitute Salad,Substitute Fresh Fruit","0,1.75,1.75,1.75","na","x,optC_2,optC_3,x",0,true);
			optString += "<br>" + BtnGrp25.toHtml();

			var BtnGrp26 = new BtnGrp("checkbox","optC_2",0,1,"Please Choose your soup","French Onion Soup,Tomato Basil Soup,Sweet Potato Soup,Soup of the Day","0","optC_1,2","na",0,true);
			optString += "<br>" + BtnGrp26.toHtml();

			var BtnGrp27 = new BtnGrp("checkbox","optc_3",0,1,"Please choose your dressing","House Dressing,Italian Dressing,Ranch,Southwest Ranch,Tomato Basil Vinaigrette,Raspberry Vinaigrette,Champagne Vinaigrette","0","optC_1,3","na",0,true);
			optString += "<br>" + BtnGrp27.toHtml();

			break;
		default :
			optString += "<ul><li><font color='red'>No options were found for this item....</font>";
			optString += "<ul><li>If you believe this may be in error, you may notify us by clicking ";
			optString += "the button below (<i>Thanks</i>).</li><li><input onclick='sendBugReport(undefined,\"NO OPTIONS ";
			optString += "FOUND FOR ITEM "+this.itemName+"\",\""+this.itemCode+"\")' type='button' value='Send Bug Report'></li></ul></li>";
			optString += "<li>If you have special instructions, please type them in the space provided below.</li>";
			optString += "<li>...<i>Thank You!</i></li></ul>";
			break;
	}
	return optString;
}
