function imageh800(content,im)
{
   
    editorimageh800=window.open("","imagehorizontal800","width=850,height=750,left=0,top=0")
    
 	if(editorimageh800 != null)
	{
		editorimageh800.focus()
		editorimageh800.document.open('text/html')
		editorimageh800.document.write("<html><head></head>")
		editorimageh800.document.write("<body >")
		editorimageh800.document.write("<center>")
		editorimageh800.document.write('<img src='+im+'  border=0 >')
		editorimageh800.document.write('<br>')
		editorimageh800.document.write('<font face=arial size=2>')
		editorimageh800.document.write(content)
		editorimageh800.document.write('</font>')
		editorimageh800.document.write('<form>')
		editorimageh800.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimageh800.document.write('</form>')
		editorimageh800.document.write("</center>")
		editorimageh800.document.write("</body></html>")
		editorimageh800.document.close()  
	}
}



function imagev800(content,im)
{

editorimagev800=window.open("","imagevorizontal800"," width=750,height=950,left=0,top=0")

   
//  editorimagev800=window.open("","imagevorizontal800","scrollbars=1,width=750,height=900,left=0,top=0")

// editorimagev800=window.open("","imagevorizontal800","scrollbars=1,resizable=1,left=0,top=0")
    
 	if(editorimagev800 != null)
	{
		editorimagev800.focus()
		editorimagev800.document.open('text/html')
		editorimagev800.document.write("<html><head></head>")
		editorimagev800.document.write("<body >")
		editorimagev800.document.write("<center>")
		editorimagev800.document.write('<img src='+im+'  border=0 >')
		editorimagev800.document.write('<br> ')
		editorimagev800.document.write('<font face=arial size=2>')
		editorimagev800.document.write(content)
		editorimagev800.document.write('</font>')
		editorimagev800.document.write('<form>')
		editorimagev800.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimagev800.document.write('</form>')
		editorimagev800.document.write('<br> ')
		editorimagev800.document.write("</center>")
		editorimagev800.document.write("</body></html>")
		editorimagev800.document.close()  
	}
}

//-------------------------------------------------------------------------------------------------------------------------------------


function fullimageh(content,im)
{
   
    editorh=window.open("","Enlargedhorizontal","width=550,height=445,left=0,top=0")
    
 	if(editorh != null)
	{
		editorh.focus()
		editorh.document.open('text/html')
		editorh.document.write("<html><head></head>")
		editorh.document.write("<body >")
		editorh.document.write("<center>")
		editorh.document.write('<img src='+im+'  border=0 >')
		editorh.document.write('<br>')
		editorh.document.write('<font face=Verdana size=2>')
		editorh.document.write(content)
		editorh.document.write('</font>')
		editorh.document.write('<form>')
		editorh.document.write('<input type="button" value=Close onClick="window.close()">')
		editorh.document.write('</form>')
		editorh.document.write("</center>")
		editorh.document.write("</body></html>")
		editorh.document.close()  
	}
}

function fullimagev(content,im)
{
   
    editorv=window.open("","Enlargedvertical","width=380,height=550,left=0,top=0,scrollbars")
    
 	if(editorv != null)
	{
		editorv.focus()
		editorv.document.open('text/html')
		editorv.document.write("<html><head></head>")
		editorv.document.write("<body  marginwidth=0 marginheight=5 topmargin=5 leftmargin=0>")
		editorv.document.write("<center>")
		editorv.document.write('<img src='+im+'  border=0 >')
		editorv.document.write('<br>')
		editorv.document.write('<font face=Verdana size=2>')
		editorv.document.write(content)
		editorv.document.write('</font>')
		editorv.document.write('<form>')
		editorv.document.write('<input type="button" value=Close onClick="window.close()">')
		editorv.document.write('</form>')
		editorv.document.write("</center>")
		editorv.document.write("</body></html>")
		editorv.document.close()  
	}
}


function imageh(content,im)
{
   
    editorimageh=window.open("","imagehorizontal","width=640,height=505,left=0,top=0")
    
 	if(editorimageh != null)
	{
		editorimageh.focus()
		editorimageh.document.open('text/html')
		editorimageh.document.write("<html><head></head>")
		editorimageh.document.write("<body >")
		editorimageh.document.write("<center>")
		editorimageh.document.write('<img src='+im+'  border=0 >')
		editorimageh.document.write('<br>')
		editorimageh.document.write('<font face=Verdana size=2>')
		editorimageh.document.write(content)
		editorimageh.document.write('</font>')
		editorimageh.document.write('<form>')
		editorimageh.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimageh.document.write('</form>')
		editorimageh.document.write("</center>")
		editorimageh.document.write("</body></html>")
		editorimageh.document.close()  
	}
}

function imagev(content,im)
{
   
    editorimagev=window.open("","imagevertical","width=440,height=710,left=0,top=0,scrollbars")
    
 	if(editorimagev != null)
	{
		editorimagev.focus()
		editorimagev.document.open('text/html')
		editorimagev.document.write("<html><head></head>")
		editorimagev.document.write("<body  marginwidth=0 marginheight=5 topmargin=5 leftmargin=0>")
		editorimagev.document.write("<center>")
		editorimagev.document.write('<img src='+im+'  border=0 >')
		editorimagev.document.write('<br>')
		editorimagev.document.write('<font face=Verdana size=2>')
		editorimagev.document.write(content)
		editorimagev.document.write('</font>')
		editorimagev.document.write('<form>')
		editorimagev.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimagev.document.write('<br>')
		editorimagev.document.write('<br>')
		editorimagev.document.write('</form>')
		editorimagev.document.write("</center>")
		editorimagev.document.write("</body></html>")
		editorimagev.document.close()  
	}
}

function digitalh(content,im)
{
   
    editordigitalh=window.open("","imagehorizontal","width=540,height=480,left=0,top=0")
    
 	if(editordigitalh != null)
	{
		editordigitalh.focus()
		editordigitalh.document.open('text/html')
		editordigitalh.document.write("<html><head></head>")
		editordigitalh.document.write("<body >")
		editordigitalh.document.write("<center>")
		editordigitalh.document.write('<img src='+im+'  border=0 >')
		editordigitalh.document.write('<br>')
		editordigitalh.document.write('<font face=Verdana size=2>')
		editordigitalh.document.write(content)
		editordigitalh.document.write('</font>')
		editordigitalh.document.write('<form>')
		editordigitalh.document.write('<input type="button" value=Close onClick="window.close()">')
		editordigitalh.document.write('</form>')
		editordigitalh.document.write("</center>")
		editordigitalh.document.write("</body></html>")
		editordigitalh.document.close()  
	}
}

function digitalv(content,im)
{
   
    editordigitalv=window.open("","editorimagevertical","width=410,height=600,left=0,top=0")
    
 	if(editordigitalv != null)
	{
		editordigitalv.focus()
		editordigitalv.document.open('text/html')
		editordigitalv.document.write("<html><head></head>")
		editordigitalv.document.write("<body >")
		editordigitalv.document.write("<center>")
		editordigitalv.document.write('<img src='+im+'  border=0 >')
		editordigitalv.document.write('<br>')
		editordigitalv.document.write('<font face=Verdana size=2>')
		editordigitalv.document.write(content)
		editordigitalv.document.write('</font>')
		editordigitalv.document.write('<form>')
		editordigitalv.document.write('<input type="button" value=Close onClick="window.close()">')
		editordigitalv.document.write('</form>')
		editordigitalv.document.write("</center>")
		editordigitalv.document.write("</body></html>")
		editordigitalv.document.close()  
	}
}

function digih(content,im)
{
   
    editordigih=window.open("","digiimagehorizontal","width=600,height=570,left=0,top=0")
    
 	if(editordigih != null)
	{
		editordigih.focus()
		editordigih.document.open('text/html')
		editordigih.document.write("<html><head></head>")
		editordigih.document.write("<body >")
		editordigih.document.write("<center>")
		editordigih.document.write('<img src='+im+'  border=0 >')
		editordigih.document.write('<br>')
		editordigih.document.write('<font face=Verdana size=2>')
		editordigih.document.write(content)
		editordigih.document.write('</font>')
		editordigih.document.write('<form>')
		editordigih.document.write('<input type="button" value=Close onClick="window.close()">')
		editordigih.document.write('</form>')
		editordigih.document.write("</center>")
		editordigih.document.write("</body></html>")
		editordigih.document.close()  
	}
}

function digiv(content,im)
{
   
    editordigiv=window.open("","editordigiimagevertical","width=476,height=680,left=0,top=0")
    
 	if(editordigiv != null)
	{
		editordigiv.focus()
		editordigiv.document.open('text/html')
		editordigiv.document.write("<html><head></head>")
		editordigiv.document.write("<body >")
		editordigiv.document.write("<center>")
		editordigiv.document.write('<img src='+im+'  border=0 >')
		editordigiv.document.write('<br>')
		editordigiv.document.write('<font face=Verdana size=2>')
		editordigiv.document.write(content)
		editordigiv.document.write('</font>')
		editordigiv.document.write('<form>')
		editordigiv.document.write('<input type="button" value=Close onClick="window.close()">')
		editordigiv.document.write('</form>')
		editordigiv.document.write("</center>")
		editordigiv.document.write("</body></html>")
		editordigiv.document.close()  
	}
}


function imageh800(content,im)
{
   
    editorimageh800=window.open("","imagehorizontal800","width=850,height=750,left=0,top=0")
    
 	if(editorimageh800 != null)
	{
		editorimageh800.focus()
		editorimageh800.document.open('text/html')
		editorimageh800.document.write("<html><head></head>")
		editorimageh800.document.write("<body >")
		editorimageh800.document.write("<center>")
		editorimageh800.document.write('<img src='+im+'  border=0 >')
		editorimageh800.document.write('<br>')
		editorimageh800.document.write('<font face=Verdana size=2>')
		editorimageh800.document.write(content)
		editorimageh800.document.write('</font>')
		editorimageh800.document.write('<form>')
		editorimageh800.document.write('<input type="button" value=Close onClick="window.close()">')
		editorimageh800.document.write('</form>')
		editorimageh800.document.write("</center>")
		editorimageh800.document.write("</body></html>")
		editorimageh800.document.close()  
	}
}



function copyright()
{
	window.document.write('<br><img src="http://kids.baps.org/images/bottomline.gif" width="1000" height="16" vspace="0" hspace="0" border="0" alt="kids.baps.org" ><br>')
	window.document.write('<font face="Verdana" size="1" color="ffffff">')
	window.document.write('Copyright &copy; 2004-2012, Bochasanwasi Shri Akshar Purushottam Swaminarayan Sanstha, Swaminarayan  Aksharpith.<br> All Rights Reserved.')
	window.document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://kids.baps.org/contactus/privacypolicy.htm"><font face="Verdana" size="1" color="ffffff">Privacy Policy </font></a>&nbsp;&nbsp;|&nbsp;&nbsp;')
	window.document.write('<a href="http://kids.baps.org/contactus/termsandconditions.htm"><font face="Verdana" size="1" color="ffffff">Terms &amp; Conditions</font></a>')
	window.document.write('</font>')

}



function topmenu()
{
	window.document.write('<embed src="http://kids.baps.org/media/topmenu.swf" width="1000" height="70"></embed>')
	
}

function thingtoknowleftmenu()
{
	window.document.write('<br><a href="http://kids.baps.org/thingstoknow/satsang/index.htm"><img src="http://kids.baps.org/thingstoknow/images/satsang.gif" width="125" height="37 vspace="0" hspace="0" border="0"  ></a><br>')
	window.document.write('<br><br><a href="http://kids.baps.org/thingstoknow/festival/index.htm"><img src="http://kids.baps.org/thingstoknow/images/festival.gif" width="125" height="37 vspace="0" hspace="0" border="0"  ></a><br>')
	window.document.write('<br><br><a href="http://kids.baps.org/thingstoknow/scriptures/index.htm"><img src="http://kids.baps.org/thingstoknow/images/scripture.gif" width="134" height="37 vspace="0" hspace="0" border="0"  ></a><br>')
	window.document.write('<br><br><a href="http://kids.baps.org/thingstoknow/hinduism/index.htm"><img src="http://kids.baps.org/thingstoknow/images/hinduism.gif" width="141" height="37 vspace="0" hspace="0" border="0"  ></a><br>')
	window.document.write('<br><br><a href="http://kids.baps.org/thingstoknow/sacredplaces/index.htm"><img src="http://kids.baps.org/thingstoknow/images/scredplace.gif" width="168" height="37 vspace="0" hspace="0" border="0"  ></a><br>')


}




function withswamishrileftmenu()
{
	window.document.write('<br><br><br><a href="http://kids.baps.org/withswamishri/inspiringincidents.htm"><img src="http://kids.baps.org/withswamishri/images/inspiring.gif" width="234" height="64 vspace="0" hspace="0" border="0" alt="Inspiring Incidents" ></a><br>')
	window.document.write('<br><br><br><a href="http://kids.baps.org/withswamishri/slideshow.htm"><img src="http://kids.baps.org/withswamishri/images/slideshow.gif" width="234" height="64 vspace="0" hspace="0" border="0" alt="Slide Show" ></a><br>')
	window.document.write('<br><br><br><a href="http://kids.baps.org/withswamishri/swamisays.htm"><img src="http://kids.baps.org/withswamishri/images/sayingswami.gif" width="234" height="64 vspace="0" hspace="0" border="0" alt="Saying of Swamishri" ></a><br>')
}





//**************************************** G U J A R A T I      S E C T I O N**********************************************

function gujlink()
{
	window.document.write('<font face="Verdana" size="1" color="ffffff">| <a href="http://kids.baps.org/gujarati/vowels/index.htm"><font face="Verdana" size="1" color="ffffff">Vowels</a> | <a href="http://kids.baps.org/gujarati/numbers/index.htm"><font face="Verdana" size="1" color="ffffff">Numbers</a> |  <a href="http://kids.baps.org/gujarati/consonants/index.htm"><font face="Verdana" size="1" color="ffffff">Consonants</a> | <a href="http://kids.baps.org/gujarati/words/index.htm"><font face="Verdana" size="1" color="ffffff">Words</a> |  <a href="http://kids.baps.org/gujarati/prose/index.htm"><font face="Verdana" size="1" color="ffffff">Prose</a> |  <a href="http://kids.baps.org/gujarati/conversations/index.htm"><font face="Verdana" size="1" color="ffffff">Conversations</a> | <a href="http://kids.baps.org/gujarati/story/index.htm"><font face="Verdana" size="1" color="ffffff">Story</a> | <a href="http://kids.baps.org/gujarati/test/index.htm"><font face="Verdana" size="1" color="ffffff">Test</a> | <br> | <a href="http://kids.baps.org/"><font face="Verdana" size="1" color="BAE968"><b>Home</b></font></a> | <a href="http://kids.baps.org/gujarati/index.htm"><font face="Verdana" size="1" color="BAE968"><b>Gujarati Learner</b></font></a> |</font> ')
}

function bottomword()
	{
	window.document.write('<embed src="http://kids.baps.org/gujarati/media/bottomword.swf" width="1000" height="106"></embed>')
	}

function bottomprose()
	{
	window.document.write('<embed src="http://kids.baps.org/gujarati/media/bottomprose.swf" width="1000" height="106"></embed>')
	}

function bottomstory()
	{
	window.document.write('<embed src="http://kids.baps.org/gujarati/media/bottomstory.swf" width="1000" height="106"></embed>')
	}

function bottomnumber()
	{
	window.document.write('<embed src="http://kids.baps.org/gujarati/media/bottomnumber.swf" width="1000" height="106"></embed>')
	}

function bottomvowel()
	{
	window.document.write('<embed src="http://kids.baps.org/gujarati/media/bottomvowel.swf" width="1000" height="106"></embed>')
	}

function bottomconsonant()
	{
	window.document.write('<embed src="http://kids.baps.org/gujarati/media/bottomconsonants.swf" width="1000" height="106"></embed>')
	}

function bottomconversation()
	{
	window.document.write('<embed src="http://kids.baps.org/gujarati/media/bottomconversations.swf" width="1000" height="106"></embed>')
	}
	
function bottomtest()
{
	window.document.write('<embed src="http://kids.baps.org/gujarati/media/bottomtest.swf" width="1000" height="106"></embed>')
	
}
