

// Copyright © 1999-2008 Edible Computer, Sue Braiden. All rights reserved.

var showFile="";
var showFile2="";
var getColor="";
var getDisplay="";

	 function gotoShow(menu_form,showFile2) {
       
		var listnum=menu_form.go.selectedIndex;
		var htmlURL=menu_form.go.options[listnum].value;

		if(htmlURL!="dead") {
			parent.RadioContent.location.href = "http://www.ediblecomputer.com/" + htmlURL;  
		}

	}


function arcmenu(showFile,getColor,getDisplay) { 

	//  THIS NEXT FUNCTION PRINTS A PULL DOWN MENU DISPLAYING PAST SHOWS.
	//  IT GRABS THE FILE NAME OF THE WEBPAGE THAT PASSES IT SO THAT  
	//  THE CURRENT WEEK VALUE CAN BE SET INTO NON-VALUE OPTIONS (eg TITLES)
	//  IT ALSO GETS THE COLOR CODE PASSED BY THE CALLING FORM AND USES IT
	//  TO SET THE BGCOLOR OF THE MENU TABLE.


	if (showFile != "edge/ShowNav.html") {
		document.write('<BR CLEAR="all">');
		document.write('<CENTER>');
		document.write('<TABLE WIDTH="475" BORDER="0" CELLPADDING="8" CELLSPACING="0">');
	}
	else {
		document.write('<TABLE WIDTH="475" BORDER="0" CELLPADDING="0" CELLSPACING="0">');
	}

	if (getDisplay == "embed") {
		document.write('<FORM NAME="menu_form">');
	}
	else {
		if (showFile != "edge/ShowNav.html") {
			document.write('<FORM NAME="menu_form" TARGET="_blank">');
		}
		else {
			document.write('<FORM NAME="menu_form" TARGET="RadioContent">');
		}
	}

	document.write('<INPUT TYPE="hidden" NAME="greet" VALUE="explorer">');

	document.write('<TR BGCOLOR="' + getColor + '">');

	document.write('<TD>');

	if (showFile != "edge/ShowNav.html") {
		document.write('<FONT FACE="Arial,Helvetica,Sans-Serif" SIZE="2">');
		document.write('<select name="go">');
		document.write('<OPTION VALUE="' + showFile + '">');
		document.write('***     WOULD YOU LIKE TO CHECK OUT PAST SHOWS ?    ***');
	}
	else {
		document.write('<FONT FACE="Arial,Helvetica,Sans-Serif" SIZE="1">');
		document.write('<SELECT NAME="go" STYLE="Background-color:#ccffff; FONT-SIZE: 6pt;">');
		document.write('<OPTION VALUE="' + showFile + '">');
		document.write('***   CLICK AND CHOOSE A SHOW FROM THE MENU BELOW   ***');
	}

	document.write('<OPTION>');
	document.write('<OPTION>***     CONSUMER COMPUTING SHOWS    ***');

	document.write('<OPTION VALUE="012108.html">');
	document.write('Jan. 21/08 - New Year, New Look, New Mission');

	document.write('<OPTION VALUE="112607.html">');
	document.write('Nov. 26/07 - Getting Ready Christmas: From Homespun to High-Tech');

	document.write('<OPTION VALUE="083107.html">');
	document.write('Aug. 31/07 - Wired Kids: Back to School!');

	document.write('<OPTION VALUE="012207.html">');
	document.write('Jan. 22/07 - Fitness at Your Desktop: Virtual Personal Trainers');

	document.write('<OPTION VALUE="010807.html">');
	document.write('Jan. 08/07 - New Gear for the New Year');

	document.write('<OPTION VALUE="121106.html">');
	document.write('Dec. 11/06 - Buying a Computer for Christmas');

	document.write('<OPTION VALUE="112706.html">');
	document.write('Nov. 27/06 - Tuck Some Toasty Toys for USB Under the Tree');

	document.write('<OPTION VALUE="111306.html">');
	document.write('Nov. 13/06 - Is MySpace YOUR Space, or Just Another Playground for Your Kids?');

	document.write('<OPTION VALUE="101606.html">');
	document.write('Oct. 16/06 - Beat Apple iTunes at it\'s Own Game Legally');

	document.write('<OPTION VALUE="092506.html">');
	document.write('Sep. 25/06 - Eye of the Beholder: Cameras that Slim You');

	document.write('<OPTION VALUE="091106.html">');
	document.write('Sep. 11/06 - Back to School: Research Mojo on the Web');

	document.write('<OPTION VALUE="082806.html">');
	document.write('Aug. 28/06 - Hackers and Kludges and Hijacks? Oh My!');

	document.write('<OPTION VALUE="081406.html">');
	document.write('Aug. 14/06 - Code Red, Airplanes and Digital You');

	document.write('<OPTION VALUE="103105.html">');
	document.write('Oct. 31/06 - The Haunted Web 2005');

	document.write('<OPTION VALUE="080205.html">');
	document.write('Aug. 02/05 - Can Social Networking Heal the World?');

	document.write('<OPTION VALUE="070405.html">');
	document.write('Jul. 04/05 - Cure for Kids Summer Blues');

	document.write('<OPTION VALUE="062005.html">');
	document.write('Jun. 20/05 - Tools for Keeping In Touch');

	document.write('<OPTION VALUE="050205.html">');
	document.write('May 02/05 - Digital Coaches');

	document.write('<OPTION VALUE="041805.html">');
	document.write('Apr. 18/05 - Google Video');

	document.write('<OPTION VALUE="040405.html">');
	document.write('Apr. 04/05 - Digital Green Thumb');

	document.write('<OPTION VALUE="013105.html">');
	document.write('Jan. 31/05 - What Do You Do With Your Old Computer?');

	document.write('<OPTION VALUE="011605.html">');
	document.write('Jan. 16/05 - Wired Neighbours');

	document.write('<OPTION VALUE="010405.html">');
	document.write('Jan. 04/05 - Digital Helpers for New Year\'s Resolutions');

	document.write('<OPTION VALUE="122004.html">');
	document.write('Dec. 20/04 - Holiday Special #3 - Unconventional Gifts');

	document.write('<OPTION VALUE="120604.html">');
	document.write('Dec. 06/04 - Holiday Special #2 - Gadgets & Other Gifts');

	document.write('<OPTION VALUE="112204.html">');
	document.write('Nov. 22/04 - Holiday Special #1 - Decorate Your Desktop');

	document.write('<OPTION VALUE="102504.html">');
	document.write('Oct. 25/04 - Keeping Kids and Families Safe Online');

	document.write('<OPTION VALUE="0504.html">');
	document.write('May /04 - Extreme Weather Gadgets');

	document.write('<OPTION VALUE="032204.html">');
	document.write('Mar. 22/04 - Software for Women: Today\'s Digital Mermaid?');

	document.write('<OPTION VALUE="022304.html">');
	document.write('Feb. 23/04 - VoIP the end of Long Distance Phone Charges?');

	document.write('<OPTION VALUE="020904.html">');
	document.write('Feb. 09/04 - Portable Fuel Cells: Bye-Bye Battery?');

	document.write('<OPTION VALUE="012604.html">');
	document.write('Jan. 26/04 - 2004 Guide to Protecting Yourself Online');

	document.write('<OPTION VALUE="011204.html">');
	document.write('Jan. 12/04 - 2004 New Years Resolutions on Steroids');

	document.write('<OPTION VALUE="122903.html">');
	document.write('Dec. 29/03 - Making Your Own Music Video with Special Guest Mark Hewer');

	document.write('<OPTION VALUE="121503.html">');
	document.write('Dec. 15/03 - A Very Apple Christmas with Special Guest Paul Rousseau');

	document.write('<OPTION VALUE="120103.html">');
	document.write('Dec. 01/03 - Hollywood-in-a-Box with Windsor Film Maker Gavin Booth');

	document.write('<OPTION VALUE="111703.html">');
	document.write('Nov. 17/03 - CitiStat:  Public Service from Your Home Computer?');

	document.write('<OPTION VALUE="110303.html">');
	document.write('Nov. 03/03 - Turning Your Knowledge Into Cash:  Online Teaching');

	document.write('<OPTION VALUE="092203.html">');
	document.write('Sep. 22/03 - Electronic Business Cards & Multimedia Presentations');

	document.write('<OPTION VALUE="090803.html">');
	document.write('Sep. 08/03 - Free Utilities for Sick Computers');

	document.write('<OPTION VALUE="082503.html">');
	document.write('Aug. 25/03 - The New Viruses and How to Deal with Them');

	document.write('<OPTION VALUE="052003.html">');
	document.write('May 20/03 - Computers and the Critically Ill');

	document.write('<OPTION VALUE="050503.html">');
	document.write('May 05/03 - Wired for Worship');

	document.write('<OPTION VALUE="031003.html">');
	document.write('Mar. 10/03 - March Break Mom-Savers and Other Family Fun');

	document.write('<OPTION VALUE="022403.html">');
	document.write('Feb. 24/03 - Using Your Computer to Read Books to the Blind');

	document.write('<OPTION VALUE="021003.html">');
	document.write('Feb. 10/03 - Super-size Your Mouse to Fight RSIs');

	document.write('<OPTION VALUE="012703.html">');
	document.write('Jan. 27/03 - Showing Telemarketers the Door');

	document.write('<OPTION VALUE="011303.html">');
	document.write('Jan. 13/03 - The Consumer Strikes Back');

	document.write('<OPTION VALUE="123002.html">');
	document.write('Dec. 30/02 - Best of Consumer Computing 2002');

	document.write('<OPTION VALUE="121602.html">');
	document.write('Dec. 16/02 - Christmas Gift Guide for Adults: Software');

	document.write('<OPTION VALUE="120202.html">');
	document.write('Dec. 02/02 - Christmas Gift Guide for Adults: Hardware');

	document.write('<OPTION VALUE="111802.html">');
	document.write('Nov. 18/02 - Christmas Childrens Gift Guide');

	document.write('<OPTION VALUE="CBC_110402.html">');
	document.write('Nov. 04/02 - Using Your Computer to Find a New Job');

	document.write('<OPTION VALUE="102102.html">');
	document.write('Oct. 21/02 - Using Your Computer to Fight Cancer');

	document.write('<OPTION VALUE="100702.html">');
	document.write('Oct. 07/02 - NaNoWriMo: Write a Novel in 30 Days');

	document.write('<OPTION VALUE="092302.html">');
	document.write('Sep. 23/02 - Simulated Lives: Getting Kids Hooked on Learning');

	document.write('<OPTION VALUE="090902.html">');
	document.write('Sep. 09/02 - It\'s a Girl Thing');

	document.write('<OPTION VALUE="082602.html">');
	document.write('Aug. 26/02 - Running a Virtual Business');

	document.write('<OPTION VALUE="081202.html">');
	document.write('Aug. 12/02 - Fighting Diabetes with Web-Enabled Technology');

	document.write('<OPTION VALUE="072902.html">');
	document.write('July. 29/02 - Fighting Kids Summer Blues - 2002 Edition');

	document.write('<OPTION VALUE="071502.html">');
	document.write('July. 15/02 - BookCrossing.com');

	document.write('<OPTION VALUE="061702.html">');
	document.write('Jun. 17/02 - The Wired Family Vacation');

	document.write('<OPTION VALUE="060302.html">');
	document.write('Jun. 03/02 - Flash Memory: Take Your Hard Drive With You');

	document.write('<OPTION VALUE="052102.html">');
	document.write('May 21/02 - Taking a Byte Out of CyberCrime - Spring 2002');

	document.write('<OPTION VALUE="050602.html">');
	document.write('May 06/02 - FastSigns Digital Divas Start New Life at 40');

	document.write('<OPTION VALUE="042202.html">');
	document.write('Apr. 22/02 - Kids & Computer Injuries: Heading em Off at the Digital Pass');

	document.write('<OPTION VALUE="040802.html">');
	document.write('Apr. 08/02 - Scratch-and-Sniff Computing: Olfactive Marketing');

	document.write('<OPTION VALUE="032502.html">');
	document.write('Mar. 25/02 - Seniors and Social Justice: Computers and Community');

	document.write('<OPTION VALUE="031102.html">');
	document.write('Mar. 11/02 - The Digital Auto: Onboard Computing');

	document.write('<OPTION VALUE="022502.html">');
	document.write('Feb. 25/02 - Voice Recognition & Speech Synthesis');

	document.write('<OPTION VALUE="021102.html">');
	document.write('Feb. 11/02 - Making Movies with Your Computer');

	document.write('<OPTION VALUE="012802.html">');
	document.write('Jan. 28/02 - Smart House Technology');


	document.write('<OPTION>');
	document.write('<OPTION VALUE="CBC_010202.html">');
	document.write('***     THE INTERNET-BASED SHOWS    ***');

	document.write('<OPTION VALUE="CBC_010202.html">');
	document.write('Jan. 02/02 - New Years Resolutions On Steroids');

	document.write('<OPTION VALUE="CBC_120501.html">');
	document.write('Dec. 05/01 - A Festival of Innovation in Technology');

	document.write('<OPTION VALUE="CBC_111401.html">');
	document.write('Nov. 14/01 - The High-Tech Road to an Old-Fashioned Christmas');

	document.write('<OPTION VALUE="CBC_102401.html">');
	document.write('Oct. 24/01 - The Haunted Web 2001: Lessons in Tolerance and Diversity');

	document.write('<OPTION VALUE="CBC_101001.html">');
	document.write('Oct. 10/01 - Thinking Infections: Creative Problem Solving for Biz, Communities and Kids');

	document.write('<OPTION VALUE="CBC_082201.html">');
	document.write('Aug. 22/01 - The Digital Coffee House: Writers and Ranters Take Their Art to the Web');

	document.write('<OPTION VALUE="CBC_080101.html">');
	document.write('Aug. 01/01 - SirCam and Code Red: Giving Viruses and Hackers the Boot');

	document.write('<OPTION VALUE="CBC_071101.html">');
	document.write('Jul. 11/01 - Antidote to Kids Summer Blues');

	document.write('<OPTION VALUE="CBC_062001.html">');
	document.write('Jun. 20/01 - Wired Seniors - Community Stories');

	document.write('<OPTION VALUE="053001.html">');
	document.write('May. 30/01 - Wired Seniors - Its Never the Final Frontier!');

	document.write('<OPTION VALUE="041801.html">');
	document.write('May. 9/01 - Pauls Technology Makeover Part #4');

	document.write('<OPTION VALUE="041801.html">');
	document.write('Apr. 18/01 - Pauls Technology Makeover Part #3');

	document.write('<OPTION VALUE="032801.html">');
	document.write('Mar. 28/01 - Pauls Technology Makeover Part #2');

	document.write('<OPTION VALUE="030701.html">');
	document.write('Mar. 07/01 - Pauls Technology Makeover Part #1');

	document.write('<OPTION VALUE="012401.html">');
	document.write('Jan. 24/01 - The Me Factory Part #2: LeftBrain.com');

	document.write('<OPTION VALUE="010301.html">');
	document.write('Jan. 03/01 - The Me Factory Part #1: RightBrain.com');

	document.write('<OPTION VALUE="112200.html">');
	document.write('Nov.22 & Dec13/00 - Getting Ready for Christmas: The Spirit of Community Giving');

	document.write('<OPTION VALUE="102400.html">');
	document.write('Oct. 24/00 - Bosom Buddies: Fighting Breast Cancer Online');

	document.write('<OPTION VALUE="080200.html">');
	document.write('Aug. 02/00 - Surf Back to the Future');

	document.write('<OPTION VALUE="071200.html">');
	document.write('July 12/00 - Bioethics: Junior & Truman Do Gattaca');

	document.write('<OPTION VALUE="062100.html">');
	document.write('June 21/00 - Surf Safe: Avoiding Cybercrime');

	document.write('<OPTION VALUE="053100.html">');
	document.write('May 31/00 - Venture Philanthropy: Who Wants to Meet a Millionaire?');

	document.write('<OPTION VALUE="authors/index.html">');
	document.write('May 10/00 - Author! Author!');

	document.write('<OPTION VALUE="032900.html">');
	document.write('Mar.29/00 - Cashing in on the Web');

	document.write('<OPTION VALUE="Frontiers/FunFactory/Week19.html">');
	document.write('Mar.08/00 - The Armchair Traveller');

	document.write('<OPTION VALUE="Frontiers/FunFactory/Week18.html">');
	document.write('Feb.16/00 - Using the Net to Solve Tough Community Issues');

	document.write('<OPTION VALUE="Frontiers/FunFactory/Week17.html">');
	document.write('Jan.26/00 - Virtual Meetings with Audio & Video');


	document.write('<OPTION>');
	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week16.html">');
	document.write('***     SHOWS FOR KIDS    ***');


	document.write('<OPTION VALUE="070699.html">');
	document.write('Jul.06/99 - Artificial Intelligence');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week2.html">');
	document.write('Jul.13/99 - Robots & Biomechanics');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week3.html">');
	document.write('Jul.20/99 - The Time Machine');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week4.html">');
	document.write('Jul.27/99 - Online Broadcasting');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week5.html">');
	document.write('Aug.03/99 - Weird Science');

	document.write('<OPTION VALUE="CBC_081099.html">');
	document.write('Aug.10/99 - The Music Machine');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week7.html">');
	document.write('Aug.17/99 - ET Phone Home!');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week8.html">');
	document.write('Aug.24/99 - Classic E-Toys');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week9.html">');
	document.write('Aug.31/99 - Deep End of the Web');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week10.html">');
	document.write('Sep.21/99 - Art with HeART');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week11.html">');
	document.write('Oct.05/99 - WishCraft for Kids');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week12.html">');
	document.write('Oct.19/99 - Haunted FunFactory');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week13.html">');
	document.write('Nov.02/99 - I Spy with My Web Eye');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week14.html">');
	document.write('Nov.15/99 - I Want My Mummy!');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week15.html">');
	document.write('Nov.29/99 - Buying Computers for Kids');

	document.write('<OPTION VALUE="Frontiers/FunFactory/CBCradio_week16.html">');
	document.write('Dec.13/99 - Christmas on the Net');




	document.write('<OPTION>');
	document.write('<OPTION VALUE="safekids/Tips.html">');
	document.write('***         SPECIAL SHOWS       ***');



	document.write('<OPTION VALUE="safekids/Tips.html">');
	document.write('Jul.07/99 - CBC Ontario Today Show - Keeping Kids Safe Online');




	document.write('<OPTION>');
	document.write('<OPTION VALUE="Frontiers/FunFactory/Mitch.html">');
	document.write('***     SHOWS WITH MITCH TAYLOR   ***');



	document.write('<OPTION VALUE="Frontiers/FunFactory/Mitch_Week01.html">');
	document.write('Oct.12/99 - Powertools for Mining the Web');


	document.write('<OPTION VALUE="Frontiers/FunFactory/Mitch_Week02.html">');
	document.write('Oct.26/99 - Growing the Family Tree');

	document.write('<OPTION VALUE="Frontiers/FunFactory/Mitch_Week03.html">');
	document.write('Nov.08/99 - Pass the Popcorn');

	document.write('<OPTION VALUE="Frontiers/FunFactory/Mitch_Week04.html">');
	document.write('Nov.22/99 - When in Doubt Check it Out');

	document.write('<OPTION VALUE="Frontiers/FunFactory/Mitch_Week05.html">');
	document.write('Dec.06/99 - Customizing Your Windows Environment');

	document.write('<OPTION VALUE="Frontiers/FunFactory/Mitch_Week06.html">');
	document.write('Dec.20/99 - Collectibles - Isolating the "Pack Rat" Gene');


	document.write('</select>');
	document.write('</FONT></TD>');

	if (showFile != "edge/ShowNav.html") {
		document.write('<TD><FONT FACE="Arial, Helvetica, Sans-Serif" SIZE="2">');
		document.write('<INPUT TYPE="button" VALUE="GO" onClick="gotoShow(this.form,showFile)">');
		document.write('</FONT></TD>');
	}
	else {
		document.write('<TD>');
		document.write('<INPUT TYPE="button" VALUE="GO" STYLE="Background-color:#C0C0C0; FONT-SIZE: 6pt;" onClick="gotoShow(this.form,showFile)">');
		document.write('</TD>');
	}

	document.write('</TR>');

	document.write('</FORM>');

	document.write('</TABLE>');

	if (showFile != "edge/ShowNav.html") {
		document.write('</CENTER>');
	}


}


      
