<!--<script type="text/javascript" language="javascript">-->
var siteBaseURL = 'http://www.silenth.com/leafling/';
function contextWindow() {
	this.id		= 'id';
	this.title	= 'Context Window';
	this.content= 'Content';
	this.width	= '300px';
	this.height = '200px';
	this.left	= '300px';
	this.top	= '375px';
	this.resize	= 1;
	this.scrolling=0;
	this.contentSource='';
	this.answerContext='';
	this.questionContext='';
	this.refreshButton=false;
	this.NextWin=false;
	
}
/*	ADULT SUDOKU EASY Setup */

as1 	= new contextWindow();
as1.id		= '_as1';
as1.title	= 'Sudoku Easy';
as1.answerContext	= 'asa1';
as1.refreshButton	= 'true';
as1.NextWin = 'true';
as1.width	= '300px'
as1.height	= '220px'
as1.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=as1';

/*	ADULT SUDOKU EASY answer Setup */

 asa1 	= new contextWindow();
asa1.id		= '_asa1';
asa1.title	= 'Sudoku Easy Answer';
asa1.questionContext	= 'as1';
asa1.refreshButton	= 'false';
asa1.NextWin = 'true';
asa1.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=asa1';

  
/*	ADULT SUDOKU MEDIUM Setup */

 as2 	= new contextWindow();
as2.id		= '_as2';
as2.title	= 'Sudoku Medium';
as2.answerContext	= 'asa2';
as2.refreshButton	= 'true'; 
as2.NextWin = 'true';
as2.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=as2';

/*	ADULT SUDOKU MEDIUM Answer*/
 asa2 	= new contextWindow();
asa2.id		= '_asa2';
asa2.title	= 'Sudoku Medium Answer';
asa2.questionContext	= 'as2';
asa2.refreshButton	= 'false';
asa2.NextWin = 'true';
asa2.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=asa2';
/*	ADULT SUDOKU HARD Setup */

 as3 	= new contextWindow();
as3.id		= '_as3';
as3.title	= 'Sudoku Hard';
as3.answerContext	= 'asa3';
as3.refreshButton	= 'true';
as3.NextWin = 'true';
as3.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=as3';

/*	ADULT SUDOKU Hard Answer*/
 asa3 	= new contextWindow();
asa3.id		= '_asa3';
asa3.title	= 'Sudoku Hard Answer';
asa3.questionContext	= 'as3';
asa3.refreshButton	= 'false';
asa3.NextWin = 'true';
asa3.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=asa3';

/*	ADULT KAKURO EASY Setup */

 ak1 	= new contextWindow();
ak1.id		= '_ak1';
ak1.title	= 'Kakuro Easy';
ak1.answerContext	= 'aka1';
ak1.refreshButton	= 'true';
ak1.NextWin = 'true';
ak1.contentSource = 'http://www.silenth.com/leafling//getContent/getKakuro.php?id=ak1';

/*	ADULT KAKURO EASY Answer*/
aka1 	= new contextWindow();
aka1.id		= '_aka1';
aka1.title	= 'Kakuro Easy Answer';
aka1.questionContext	= 'ak1';
aka1.refreshButton	= 'false';
aka1.NextWin = 'true';
aka1.contentSource = 'http://www.silenth.com/leafling//getContent/getKakuro.php?id=aka1';

/*	ADULT KAKURO MEDIUM Setup */

 ak2 	= new contextWindow();
ak2.id		= '_ak2';
ak2.title	= 'Kakuro Medium';
ak2.answerContext	= 'aka2';
ak2.refreshButton	= 'true'; 
ak2.NextWin = 'true';
ak2.contentSource = 'http://www.silenth.com/leafling//getContent/getKakuro.php?id=ak2';


/*	ADULT KAKURO MEDIUM Answer*/
aka2 	= new contextWindow();
aka2.id		= '_aka2';
aka2.title	= 'Kakuro Medium Answer';
aka2.questionContext	= 'ak2';
aka2.refreshButton	= 'false';
aka2.NextWin = 'true';
aka2.contentSource = 'http://www.silenth.com/leafling//getContent/getKakuro.php?id=aka2';

/*	ADULT KAKURO HARD Setup */

ak3 	= new contextWindow();
ak3.id		= '_ak3';
ak3.title	= 'Kakuro Hard';
ak3.answerContext	= 'aka3';
ak3.refreshButton	= 'true'; 
ak3.NextWin = 'true';
ak3.contentSource = 'http://www.silenth.com/leafling//getContent/getKakuro.php?id=ak3';


/*	ADULT KAKURO HARD Answer*/
aka3 	= new contextWindow();
aka3.id		= '_aka3';
aka3.title	= 'Kakuro Hard Answer';
aka3.questionContext	= 'ak3';
aka3.refreshButton	= 'false';
aka3.NextWin = 'true';
aka3.contentSource = 'http://www.silenth.com/leafling//getContent/getKakuro.php?id=aka3';

/*	ADULT CROSSWORD SUNDAY Setup */

 ac1 	= new contextWindow();
ac1.id		= '_ac1';
ac1.title	= 'Trillium Crossword by Bruce Douglas';
ac1.answerContext	= 'aca1';
ac1.refreshButton	= 'false';
ac1.NextWin = 'false';
ac1.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=ac1';

/*	ADULT CROSSWORD SUNDAY Answer*/
aca1 	= new contextWindow();
aca1.id		= '_aca1';
aca1.title	= 'Trillium Crossword Answer';
aca1.questionContext	= 'ac1';
aca1.refreshButton	= 'false';
aca1.NextWin = 'false';
aca1.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=aca1';

/*	ADULT CROSSWORD MONDAY Setup */

ac2	= new contextWindow();
ac2.id		= '_ac2';
ac2.title	= 'Trillium Crossword by Bruce Douglas';
ac2.answerContext	= 'aca2';
ac2.refreshButton	= 'false';
ac2.NextWin = 'false';
ac2.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=ac2';

/*	ADULT CROSSWORD MONDAY Answer*/
aca2 	= new contextWindow();
aca2.id		= '_aca2';
aca2.title	= 'Trillium Crossword Answer';
aca2.questionContext	= 'ac2';
aca2.refreshButton	= 'false';
aca2.NextWin = 'false';
aca2.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=aca2';

/*	ADULT CROSSWORD TUESDAY Setup */

 ac3 	= new contextWindow();
ac3.id		= '_ac3';
ac3.title	= 'Trillium Crossword by Bruce Douglas';
ac3.answerContext	= 'aca3';
ac3.refreshButton	= 'false';
ac3.NextWin = 'false';
ac3.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=ac3';

/*	ADULT CROSSWORD TUESDAY Answer*/
aca3 	= new contextWindow();
aca3.id		= '_aca3';
aca3.title	= 'Trillium Crossword Answer';
aca3.questionContext	= 'ac3';
aca3.refreshButton	= 'false';
aca3.NextWin = 'false';
aca3.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=aca3';

/*	ADULT CROSSWORD WEDNESDAY Setup */

 ac4 	= new contextWindow();
ac4.id		= '_ac4';
ac4.title	= 'Trillium Crossword by Bruce Douglas';
ac4.answerContext	= 'aca4';
ac4.refreshButton	= 'false';
ac4.NextWin = 'false';
ac4.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=ac4';

/*	ADULT CROSSWORD WEDNESDAY Answer*/
aca4 	= new contextWindow();
aca4.id		= '_aca4';
aca4.title	= 'Trillium Crossword Answer';
aca4.questionContext	= 'ac4';
aca4.refreshButton	= 'false';
aca4.NextWin = 'false';
aca4.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=aca4';

/*	ADULT CROSSWORD THURSDAY Setup */

 ac5 	= new contextWindow();
ac5.id		= '_ac5';
ac5.title	= 'Trillium Crossword by Bruce Douglas';
ac5.answerContext	= 'aca5';
ac5.refreshButton	= 'false';
ac5.NextWin = 'false';
ac5.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=ac5';

/*	ADULT CROSSWORD THURSDAY Answer*/
aca5 	= new contextWindow();
aca5.id		= '_aca5';
aca5.title	= 'Trillium Crossword Answer';
aca5.questionContext	= 'ac5';
aca5.refreshButton	= 'false';
aca5.NextWin = 'false';
aca5.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=aca5';

/*	ADULT CROSSWORD FRIDAY Setup */

 ac6 	= new contextWindow();
ac6.id		= '_ac6';
ac6.title	= 'Trillium Crossword by Bruce Douglas';
ac6.answerContext	= 'aca6';
ac6.refreshButton	= 'false';
ac6.NextWin = 'false';
ac6.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=ac6';

/*	ADULT CROSSWORD FRIDAY Answer*/
aca6 	= new contextWindow();
aca6.id		= '_aca6';
aca6.title	= 'Trillium Crossword Answer';
aca6.questionContext	= 'ac6';
aca6.refreshButton	= 'false';
aca6.NextWin = 'false';
aca6.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=aca6';

/*	ADULT CROSSWORD SATURDAY Setup */

 ac7 	= new contextWindow();
ac7.id		= '_ac7';
ac7.title	= 'Trillium Crossword by Bruce Douglas';
ac7.answerContext	= 'aca7';
ac7.refreshButton	= 'false';
ac7.NextWin = 'false';
ac7.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=ac7';

/*	ADULT CROSSWORD SATURDAY Answer*/
aca7 	= new contextWindow();
aca7.id		= '_aca7';
aca7.title	= 'Trillium Crossword Answer';
aca7.questionContext	= 'ac7';
aca7.refreshButton	= 'false';
aca7.NextWin = 'false';
aca7.contentSource = 'http://www.silenth.com/leafling//getContent/getXword.php?id=aca7';

/*	ADULT CIPHER  Easy Setup */

ap1 	= new contextWindow();
ap1.id		= '_ap1';
ap1.title	= 'Cryptogram Easy';
ap1.answerContext	= 'apa1';
ap1.refreshButton	= 'true';
ap1.NextWin = 'true';
ap1.contentSource = 'http://www.silenth.com/leafling//getContent/getCipher.php?id=ap1';

/*	ADULT CIPHER Easy Answer*/
apa1 	= new contextWindow();
apa1.id		= '_apa1';
apa1.title	= 'Cryptogram Easy Answer';
apa1.questionContext	= 'ap1';
apa1.refreshButton	= 'false';
apa1.NextWin = 'true';
apa1.contentSource = 'http://www.silenth.com/leafling//getContent/getCipher.php?id=apa1';

/*	ADULT CIPHER Medium Setup */

ap2 	= new contextWindow();
ap2.id		= '_ap2';
ap2.title	= 'Cryptogram Medium';
ap2.answerContext	= 'apa2';
ap2.refreshButton	= 'true';
ap2.NextWin = 'true';
ap2.contentSource = 'http://www.silenth.com/leafling//getContent/getCipher.php?id=ap2';

/*	ADULT CIPHER Medium Answer*/
apa2 	= new contextWindow();
apa2.id		= '_apa2';
apa2.title	= 'Cryptogram Medium Answer';
apa2.questionContext	= 'ap2';
apa2.refreshButton	= 'false';
apa2.NextWin = 'true';
apa2.contentSource = 'http://www.silenth.com/leafling//getContent/getCipher.php?id=apa2';

/*	ADULT CIPHER Hard Setup */

 ap3 	= new contextWindow();
ap3.id		= '_ap3';
ap3.title	= 'Cryptogram Hard';
ap3.answerContext	= 'apa3';
ap3.refreshButton	= 'true';
ap3.NextWin = 'true';
ap3.contentSource = 'http://www.silenth.com/leafling//getContent/getCipher.php?id=ap3';

/*	ADULT CIPHER Hard Answer*/
apa3 	= new contextWindow();
apa3.id		= '_apa3';
apa3.title	= 'Cryptogram Hard Answer';
apa3.questionContext	= 'ap3';
apa3.refreshButton	= 'false';
apa3.NextWin = 'true';
apa3.contentSource = 'http://www.silenth.com/leafling//getContent/getCipher.php?id=apa3';

/*	ADULT RIDDLES FIVE Setup */

ar1 	= new contextWindow();
ar1.id		= '_ar1';
ar1.title	= 'Riddle Five';
ar1.answerContext	= 'ara1';
ar1.refreshButton	= 'true'; 
ar1.NextWin = 'true';
ar1.contentSource = 'http://www.silenth.com/leafling//getContent/getRiddles.php?id=ar1';

/*	ADULT RIDDLES FIVE Answer*/
ara1 	= new contextWindow();
ara1.id		= '_ara1';
ara1.title	= 'Riddle Five Answer';
ara1.questionContext	= 'ar1';
ara1.refreshButton	= 'false'; 
ara1.NextWin = 'true';
ara1.contentSource = 'http://www.silenth.com/leafling//getContent/getRiddles.php?id=ara1';

/*	ADULT RIDDLES TEN Setup */

 ar2 	= new contextWindow();
ar2.id		= '_ar2';
ar2.title	= 'Riddle Ten';
ar2.answerContext	= 'ara2';
ar2.refreshButton	= 'true'; 
ar2.NextWin = 'true';
ar2.contentSource = 'http://www.silenth.com/leafling//getContent/getRiddles.php?id=ar2';

/*	ADULT RIDDLES TEN Answer*/
ara2 	= new contextWindow();
ara2.id		= '_ara2';
ara2.title	= 'Riddle Ten Answer';
ara2.questionContext = 'ar2';
ara2.refreshButton	= 'false'; 
ara2.NextWin = 'true';
ara2.contentSource = 'http://www.silenth.com/leafling//getContent/getRiddles.php?id=ara2';
/*	ADULT TRIVIA FOUR Setup */

 at1 	= new contextWindow();
at1.id		= '_at1';
at1.title	= 'Trivia Four';
at1.answerContext	= 'ata1';
at1.refreshButton	= 'true'; 
at1.NextWin = 'true';
at1.contentSource = 'http://www.silenth.com/leafling//getContent/getTrivia.php?id=at1';

/*	ADULT TRIVIA FOUR Answer*/
ata1 	= new contextWindow();
ata1.id		= '_ata1';
ata1.title	= 'Trivia Four Answer';
ata1.questionContext	= 'at1';
ata1.refreshButton	= 'false'; 
ata1.NextWin = 'true';
ata1.contentSource = 'http://www.silenth.com/leafling//getContent/getTrivia.php?id=ata1';

/*	ADULT TRIVIA EIGHT Setup */

 at2 	= new contextWindow();
at2.id		= '_at2';
at2.title	= 'Trivia Eight';
at2.answerContext	= 'ata2';
at2.refreshButton	= 'true'; 
at2.NextWin = 'true';
at2.contentSource = 'http://www.silenth.com/leafling//getContent/getTrivia.php?id=at2';

/*	ADULT TRIVIA EIGHT Answer*/
ata2 	= new contextWindow();
ata2.id		= '_ata2';
ata2.title	= 'Trivia Eight Answer';
ata2.questionContext	= 'at2';
ata2.refreshButton	= 'false'; 
ata2.NextWin = 'true';
ata2.contentSource = 'http://www.silenth.com/leafling//getContent/getTrivia.php?id=ata2';

/***********************************************************
	@author: Shailesh Patel
	@date : 10-jan.-08
	@Note: In kids there is coloring, dots, word-search has
	no answer so that code is removed.
	@ svn : 15374

************************************************************/

/*	KIDS COLORING SMALL Setup */

 kc1 	= new contextWindow();
kc1.id		= '_kc1';
kc1.title	= 'Coloring Small';
//kc1.answerContext	= 'kca1';	 comment by Shailesh
kc1.refreshButton	= 'true';
kc1.NextWin = 'true';
kc1.width	= '300px';
kc1.height	= '200px';
kc1.contentSource = 'http://www.silenth.com/leafling//getContent/getColor.php?id=kc1';

/*	KIDS COLORING MEDIUM Setup */

 kc2 	= new contextWindow();
kc2.id		= '_kc2';
kc2.title	= 'Coloring Medium';
//kc2.answerContext	= 'kca2';	 comment by Shailesh
kc2.refreshButton	= 'true';
kc2.NextWin = 'true';
kc2.width	= '385px';
kc2.height	= '295px';
kc2.contentSource = 'http://www.silenth.com/leafling//getContent/getColor.php?id=kc2';

/*	KIDS COLORING LARGE Setup */

 kc3 	= new contextWindow();
kc3.id		= '_kc3';
kc3.title	= 'Coloring Large';
//kc3.answerContext	= 'kca3';	 comment by Shailesh
kc3.refreshButton	= 'true'; 
kc3.NextWin = 'true';
kc3.width	= '482px';
kc3.height	= '391px';
kc3.contentSource = 'http://www.silenth.com/leafling//getContent/getColor.php?id=kc3';

/*	KIDS CONNECT THE DOTS SMALL Setup */

kd1 	= new contextWindow();
kd1.id		= '_kd1';
kd1.title	= 'Connect the dots Small';
//kd1.answerContext	= 'kda1';	 comment by Shailesh
kd1.refreshButton	= 'true'; 
kd1.NextWin = 'true';
kd1.width	= '300px';
kd1.height	= '200px';
kd1.contentSource = 'http://www.silenth.com/leafling//getContent/getDots.php?id=kd1';

/*	KIDS CONNECT THE DOTS MEDIUM Setup */

 kd2 	= new contextWindow();
kd2.id		= '_kd2';
kd2.title	= 'Connect the dots Medium';
//kd2.answerContext	= 'kda2';	comment by Shailesh
kd2.refreshButton	= 'true'; 
kd2.NextWin = 'true';
kd2.width	= '385px';
kd2.height	= '295px';
kd2.contentSource = 'http://www.silenth.com/leafling//getContent/getDots.php?id=kd2';

/*	KIDS CONNECT THE DOTS LARGE Setup */

 kd3 	= new contextWindow();
kd3.id		= '_kd3';
kd3.title	= 'Connect the dots Large';
//kd3.answerContext	= 'kda3';	comment by Shailesh
kd3.refreshButton	= 'true'; 
kd3.NextWin = 'true';
kd3.width	= '482px';
kd3.height	= '391px';
kd3.contentSource = 'http://www.silenth.com/leafling//getContent/getDots.php?id=kd3';

/*	KIDS MAZE SMALL Setup */

 km1 	= new contextWindow();
km1.id		= '_km1';
km1.title	= 'Maze Small';
km1.answerContext	= 'kma1';
km1.refreshButton	= 'true'; 
km1.NextWin = 'true';
km1.contentSource = 'http://www.silenth.com/leafling//getContent/getMaze.php?id=km1';

/*	KIDS MAZE SMALL Answer*/
kma1 	= new contextWindow();
kma1.id		= '_kma1';
kma1.title	= 'Maze Small Answer';
kma1.questionContext	= 'km1';
kma1.refreshButton	= 'false'; 
kma1.NextWin = 'true';
kma1.contentSource = 'http://www.silenth.com/leafling//getContent/getMaze.php?id=kma1';

/*	KIDS MAZE MEDIUM Setup */

 km2 	= new contextWindow();
km2.id		= '_km2';
km2.title	= 'Maze Medium';
km2.answerContext	= 'kma2';
km2.refreshButton	= 'true'; 
km2.NextWin = 'true';
km2.contentSource = 'http://www.silenth.com/leafling//getContent/getMaze.php?id=km2';
				
/*	KIDS MAZE MEDIUM Answer*/
kma2 	= new contextWindow();
kma2.id		= '_kma2';
kma2.title	= 'Maze Medium Answer';
kma2.questionContext	= 'km2';
kma2.refreshButton	= 'false'; 
kma2.NextWin = 'true';
kma2.contentSource = 'http://www.silenth.com/leafling//getContent/getMaze.php?id=kma2';

/*	KIDS MAZE LARGE Setup */

 km3 	= new contextWindow();
km3.id		= '_km3';
km3.title	= 'Maze Large';
km3.answerContext	= 'kma3';
km3.refreshButton	= 'true'; 
km3.NextWin = 'true';
km3.contentSource = 'http://www.silenth.com/leafling//getContent/getMaze.php?id=km3';

/*	KIDS MAZE LARGE Answer*/
kma3 	= new contextWindow();
kma3.id		= '_kma3';
kma3.title	= 'Maze Large Answer';
kma3.questionContext	= 'km3';
kma3.refreshButton	= 'false'; 
kma3.NextWin = 'true';
kma3.contentSource = 'http://www.silenth.com/leafling//getContent/getMaze.php?id=kma3';

/*	KIDS SUDOKU EASY Setup */

ks1 	= new contextWindow();
ks1.id		= '_ks1';
ks1.title	= 'Sudoku Easy';
ks1.answerContext	= 'ksa1';
ks1.refreshButton	= 'true'; 
ks1.NextWin = 'true';
ks1.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=ks1';

/*	KIDS SUDOKU EASY Answer */

ksa1 	= new contextWindow();
ksa1.id		= '_ksa1';
ksa1.title	= 'Sudoku Easy Answer';
ksa1.questionContext	= 'ks1';
ksa1.refreshButton	= 'false'; 
ksa1.NextWin = 'true';
ksa1.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=ksa1';


/*	KIDS SUDOKU MEDIUM Setup */

ks2 	= new contextWindow();
ks2.id		= '_ks2';
ks2.title	= 'Sudoku Medium';
ks2.answerContext	= 'ksa2';
ks2.refreshButton	= 'true'; 
ks2.NextWin = 'true';
ks2.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=ks2';

/*	KIDS SUDOKU MEDIUM Answer */

ksa2 	= new contextWindow();
ksa2.id		= '_ksa2';
ksa2.title	= 'Sudoku Medium Answer';
ksa2.questionContext	= 'ks2';
ksa2.refreshButton	= 'false'; 
ksa2.NextWin = 'true';
ksa2.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=ksa2';

/*	KIDS SUDOKU HARD Setup */

ks3 	= new contextWindow();
ks3.id		= '_ks3';
ks3.title	= 'Sudoku Hard';
ks3.answerContext	= 'ksa3';
ks3.refreshButton	= 'true'; 
ks3.NextWin = 'true';
ks3.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=ks3';
 
/*	KIDS SUDOKU HARD Answer */

ksa3 	= new contextWindow();
ksa3.id		= '_ksa3';
ksa3.title	= 'Sudoku Hard Answer';
ksa3.questionContext= 'ks3';
ksa3.refreshButton	= 'false'; 
ksa3.NextWin = 'true';
ksa3.contentSource = 'http://www.silenth.com/leafling//getContent/getSudoku.php?id=ksa3';

/*	KIDS WORD SEARCH SMALL Setup */

kr1 	= new contextWindow();
kr1.id		= '_kr1';
kr1.title	= 'Word Search Small';
//kr1.answerContext	= 'kra1';
kr1.refreshButton	= 'true'; 
kr1.NextWin = 'true';
kr1.width	= '300px';
kr1.height	= '200px';
kr1.contentSource = 'http://www.silenth.com/leafling//getContent/getWordsearch.php?id=kr1';

/*	KIDS WORD SEARCH MEDIUM Setup */

 kr2 	= new contextWindow();
kr2.id		= '_kr2';
kr2.title	= 'Word Search Medium';
//kr2.answerContext	= 'kra2';
kr2.refreshButton	= 'true'; 
kr2.NextWin = 'true';
kr2.width	= '385px';
kr2.height	= '295px';
kr2.contentSource = 'http://www.silenth.com/leafling//getContent/getWordsearch.php?id=kr2';

/*	KIDS WORD SEARCH LARGE Setup */

 kr3 	= new contextWindow();
kr3.id		= '_kr3';
kr3.title	= 'Word Search Large';
//kr3.answerContext	= 'kra3';
kr3.refreshButton	= 'true'; 
kr3.NextWin = 'true';
kr3.width	= '482px';
kr3.height	= '391px';
kr3.contentSource = 'http://www.silenth.com/leafling//getContent/getWordsearch.php?id=kr3';

/*	KIDS WORD SCRAMBLE FIVE Setup */

 kw1 	= new contextWindow();
kw1.id		= '_kw1';
kw1.title	= 'Word Scramble Five';
kw1.answerContext	= 'kwa1';
kw1.refreshButton	= 'true'; 
kw1.NextWin = 'true';
kw1.contentSource = 'http://www.silenth.com/leafling//getContent/getScramble.php?id=kw1';

/*	KIDS WORD SCRAMBLE FIVE Answer*/
kwa1 	= new contextWindow();
kwa1.id		= '_kwa1';
kwa1.title	= 'Word Scramble Five Answer';
kwa1.questionContext	= 'kw1';
kwa1.refreshButton	= 'false'; 
kwa1.NextWin = 'true';
kwa1.contentSource = 'http://www.silenth.com/leafling//getContent/getScramble.php?id=kwa1';

/*	KIDS WORD SCRAMBLE TEN Setup */

 kw2 	= new contextWindow();
kw2.id		= '_kw2';
kw2.title	= 'Word Scramble Ten';
kw2.answerContext	= 'kwa2';
kw2.refreshButton	= 'true'; 
kw2.NextWin = 'true';
kw2.contentSource = 'http://www.silenth.com/leafling//getContent/getScramble.php?id=kw2';

/*	KIDS WORD SCRAMBLE TEN Answer*/
kwa2 	= new contextWindow();
kwa2.id		= '_kwa2';
kwa2.title	= 'Word Scramble Ten Answer';
kwa2.questionContext	= 'kw2';
kwa2.refreshButton	= 'false'; 
kwa2.NextWin = 'true';
kwa2.contentSource = 'http://www.silenth.com/leafling//getContent/getScramble.php?id=kwa2';

/*	KIDS WORD SCRAMBLE FIFTEEN Setup */

 kw3 	= new contextWindow();
kw3.id		= '_kw3';
kw3.title	= 'Word Scramble Fifteen';
kw3.answerContext	= 'kwa3';
kw3.refreshButton	= 'true'; 
kw3.NextWin = 'true';
kw3.contentSource = 'http://www.silenth.com/leafling//getContent/getScramble.php?id=kw3';

/*	KIDS WORD SCRAMBLE FIFTEEN Answer*/
kwa3 	= new contextWindow();
kwa3.id		= '_kwa3';
kwa3.title	= 'Word Scramble Fifteen Answer';
kwa3.questionContext	= 'kw3';
kwa3.refreshButton	= 'false'; 
kwa3.NextWin = 'true';
kwa3.contentSource = 'http://www.silenth.com/leafling//getContent/getScramble.php?id=kwa3';

/*	Weahter */

 aw 	= new contextWindow();
aw.id		= '_aw';
aw.title	= 'Weather';
aw.refreshButton	= 'true'; 
aw.NextWin = 'true';
aw.contentSource = 'http://www.silenth.com/leafling//getContent/getWeather.php?id=aw';

/*	Checklist */
cl1 		= new contextWindow();
cl1.id		= '_cl1';
cl1.title	= 'Adult Checklist Item';
cl1.refreshButton	= 'false';
cl1.NextWin = 'false';
cl1.contentSource = 'http://www.silenth.com/leafling//getContent.php?id=cl1';

/* Notes */
ch1 		= new contextWindow();
ch1.id		= '_ch1';
ch1.title	= 'Notes';
ch1.refreshButton	= 'false';
ch1.NextWin = 'false';
ch1.contentSource = 'http://www.silenth.com/leafling//getContent/getNotes.php?id=ch1';


/* Notes */
ch2 		= new contextWindow();
ch2.id		= '_ch2';
ch2.title	= 'Notes';
ch2.refreshButton	= 'false';
ch2.NextWin = 'false';
ch2.contentSource = 'http://www.silenth.com/leafling//getContent/getNotes.php?id=ch2';

kcl1 		= new contextWindow();
kcl1.id		= '_kcl1';
kcl1.title	= 'Kids Checklist Item';
kcl1.refreshButton	= 'false';
kcl1.NextWin = 'false';
kcl1.contentSource = 'http://www.silenth.com/leafling//getContent.php?id=kcl1';

/*
 *	Tentaizu Game settings...
 */
az1 		= new contextWindow();
az1.id		= '_az1';
az1.title	= 'Circle Sweeper';
az1.answerContext	= 'aza1';
az1.refreshButton	= 'true'; 
az1.NextWin = 'true';
az1.contentSource = 'http://www.silenth.com/leafling//getContent/getTentaizu.php?id=az1';

/*
 *	Tentaizu Game answer settings...
 */
aza1 	= new contextWindow();
aza1.id		= '_aza1';
aza1.title	= 'Circle Sweeper Answer';
aza1.questionContext	= 'az1';
aza1.refreshButton	= 'false'; 
aza1.NextWin = 'true';
aza1.contentSource = 'http://www.silenth.com/leafling//getContent/getTentaizu.php?id=aza1';


/*
 *	Facts settings
 */

// Facts - 5
af1 		= new contextWindow();
af1.id		= '_af1';
af1.title	= 'Facts Five';
af1.refreshButton	= 'true';
af1.NextWin = 'false';
af1.contentSource = 'http://www.silenth.com/leafling//getContent/getFacts.php?id=af1';

// Facts - 10
af2 		= new contextWindow();
af2.id		= '_af2';
af2.title	= 'Facts Ten';
af2.refreshButton	= 'true';
af2.NextWin = 'false';
af2.contentSource = 'http://www.silenth.com/leafling//getContent/getFacts.php?id=af2';

