var MenuImg10 = new Image();
var MenuImg20 = new Image();
var MenuImg11 = new Image();
var MenuImg21 = new Image();
var MenuImg12 = new Image();
var MenuImg22 = new Image();
var MenuImg111 = new Image();
var MenuImg211 = new Image();
var MenuImg13 = new Image();
var MenuImg23 = new Image();
var MenuImg14 = new Image();
var MenuImg24 = new Image();
var MenuImg15 = new Image();
var MenuImg25 = new Image();
var MenuImg16 = new Image();
var MenuImg26 = new Image();
var MenuImg17 = new Image();
var MenuImg27 = new Image();
var MenuImg18 = new Image();
var MenuImg28 = new Image();
var MenuImg19 = new Image();
var MenuImg29 = new Image();

var pP = "";
var home_flag = false;

(document.layers) ? layerobj = true : layerobj = false;
(document.all) ? allobj = true : allobj = false;
(document.getElementById) ? dom = true : dom = false;

var tdColor="#356990";	// menu item text color
var tdBgColor="#c7e5ea";	// menu item background color
var hlColor="#FFFFFF";	// highlight text color
var hlBgColor="#356990";	// highlight background color

var curVis = 0;
var curHl = 0;

function locMenu(mID,  iNum) {

	var wW = 775;
	var mTop = 125;
	var mLeft = 0;

	if(window.document.body.clientWidth) wW = window.document.body.clientWidth;
	else if(window.innerWidth) wW = window.innerWidth;

	if( wW > 775) mLeft = (wW - 774)/2 + 70 * iNum;
	else mLeft = 70 * iNum;


	if(dom) {
		document.getElementById(mID).style.top = mTop + "px";
		document.getElementById(mID).style.left = mLeft + "px";
	}
	else if(layerobj) {
		document.layers[mID].top = mTop;
		document.layers[mID].left = mLeft;
	}
	else if(allobj) {
		document.all[mID].style.top =  mTop;
		document.all[mID].style.left =  mLeft;
	}

}


function setMenu(mID, the_change) {

	if(mID == 0) mID = curVis;
	if(mID == 0) return;

	switch(the_change)
	{
		case "visible":
			if(dom) document.getElementById(mID).style.visibility = "VISIBLE";
			else if(layerobj) document.layers[mID].visibility = "SHOW";
			else if (allobj) document.all[mID].style.visibility = "VISIBLE";


			if(curVis == 0) {curVis = mID; break;}
			if(curVis == mID) break;

			if(dom) document.getElementById(curVis).style.visibility = "HIDDEN";
			else if(layerobj) document.layers[curVis].visibility = "HIDE";
			else if (allobj) document.all[curVis].style.visibility = "HIDDEN";

			curVis = mID;
			break;

		case "hidden":
			if(dom) document.getElementById(mID).style.visibility = "HIDDEN";
			else if(layerobj) document.layers[mID].visibility = "HIDE";
			else if (allobj) document.all[mID].style.visibility = "HIDDEN";

			setItem(0,false);

			curVis = 0;
			break;
		default: return;
	}

}

function setItem(iID, the_flag) {

	if((the_flag == true) && (iID != 0)) {
		if(dom)  {
			document.getElementById(iID).style.backgroundColor = hlBgColor;
			document.getElementById(iID).style.color = hlColor;
		} else if(layerobj)  {
			document.layers[iID].backgroundColor = hlBgColor;
			document.layers[iID].color = hlColor;
		} else if (allobj) {
			document.all[iID].style.backgroundColor = hlBgColor;
			document.all[iID].style.color = hlColor;
		}

		if( curHl == 0) {curHl = iID; return;}
		if( curHl == iID) return;
	}

	if(curHl == 0) return;

	if(dom)  {
		document.getElementById(curHl).style.backgroundColor = tdBgColor;
		document.getElementById(curHl).style.color = tdColor;
	} else if(layerobj)  {
		document.layers[curHl].backgroundColor = tdBgColor;
		document.layers[curHl].color = tdColor;
	} else if (allobj) {
		document.all[curHl].style.backgroundColor = tdBgColor;
		document.all[curHl].style.color = tdColor;
	}

	if( the_flag == true) curHl = iID;
	else curHl = 0;

}


function init_frame(level,homeflag)
{

if (level == 0) pP = "";
if (level == 1)  pP = "../"
if (level == 2) pP = "../../"

MenuImg10.src = pP +  "images/B1-Home.gif";
MenuImg20.src = pP +  "images/B2-Home.gif";
MenuImg11.src = pP +  "images/B1-News.gif";
MenuImg21.src = pP +  "images/B2-News.gif";
MenuImg12.src = pP +  "images/B1-Events.gif";
MenuImg22.src = pP +  "images/B2-Events.gif";
MenuImg111.src = pP +  "images/B1-Centers.gif";
MenuImg211.src = pP +  "images/B2-Centers.gif";
MenuImg13.src = pP +  "images/B1-FAQ.gif";
MenuImg23.src = pP +  "images/B2-FAQ.gif";
MenuImg14.src = pP +  "images/B1-Intf.gif";
MenuImg24.src = pP +  "images/B2-Intf.gif";
MenuImg15.src = pP +  "images/B1-SantMat.gif";
MenuImg25.src = pP +  "images/B2-SantMat.gif";
MenuImg16.src = pP +  "images/B1-Med.gif";
MenuImg26.src = pP +  "images/B2-Med.gif";
MenuImg17.src = pP +  "images/B1-Res.gif";
MenuImg27.src = pP +  "images/B2-Res.gif";
MenuImg18.src = pP +  "images/B1-Veg.gif";
MenuImg28.src = pP +  "images/B2-Veg.gif";
MenuImg19.src = pP +  "images/B1-Contact.gif";
MenuImg29.src = pP +  "images/B2-Contact.gif";

document.write('<body bgcolor="#FFFFFF"><a name="top"></a>');
document.write('<table bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" width="775" align="center" onMouseOver="setMenu(0, \'hidden\', 0);"><tr>');
if(homeflag == 1 ) {
	document.write('<td width="470"><img alt="Science of Spirituality" src="' + pP +  'images/LogoBar.jpg" align="left" border="0"/></td>');
	document.write('<td width="305">'+ '<p class="hdr">Inspiration for Today</p>' + StartQuoteFont + quotes[quote_index] + EndQuoteFont + StartAuthorFont + quote_author + EndAuthorFont + '</td></tr></table>');
} else if(homeflag == 2) {
	document.write('<td width="300"><img alt="Science of Spirituality" src="' + pP +  'images/LogoBar.jpg" align="left" border="0"/></td>');
	document.write('<td width="475"><img alt="Science of Spirituality" src="' + pP +  'images/BannerTopR2.jpg" align="left" border="0"/></td></tr></table>');
} else {
	document.write('<td width="300"><img alt="Science of Spirituality" src="' + pP +  'images/LogoBar.jpg" align="left" border="0"/></td>');
	document.write('<td width="475"><img alt="Science of Spirituality" src="' + pP +  'images/BannerTopR.jpg" align="left" border="0"/></td></tr></table>');
}
document.write('<table bgcolor="#3f6990" border="0" cellpadding="0" cellspacing="0" width="775" align="center"><tr>');
document.write('<td class="bdr" height="5" bgcolor="#DBD1D8" align="center"> </td></tr>');

document.write('<table bgcolor="#C7E5EA" border="0" cellpadding="0" cellspacing="0" width="775" align="center"><tr>');

document.write('<td><a href="' + pP +  'index.html" onMouseOut="imageI.src=MenuImg10.src;" onMouseOver="imageI.src=MenuImg20.src; setMenu(0, \'hidden\', 0);"><img src="' +
MenuImg10.src + '" border="0" alt="Home" name="imageI" width="70" height="20"/></a></td>');

document.write('<td><a href="' + pP +  'webpage/news/NewsCurrent.html" onMouseOut="imageE.src=MenuImg11.src;" onMouseOver="imageE.src=MenuImg21.src; locMenu(\'mNews\', 1);  setMenu(\'mNews\', \'visible\');"><img src="' +
MenuImg11.src + '" border="0" alt="News" name="imageE" width="70" height="20"/></a></td>');

document.write('<td><a href="' + pP +  'events.html" onMouseOut="imageC.src=MenuImg12.src;" onMouseOver="imageC.src=MenuImg22.src; locMenu(\'mEvents\', 2); setMenu(\'mEvents\',\'visible\');"><img src="' +
MenuImg12.src + '" border="0" alt="Events" name="imageC" width="70" height="20"/></a></td>');

document.write('<td><a href="' + pP +  'who.html" onMouseOut="imageK.src=MenuImg111.src;" onMouseOver="imageK.src=MenuImg211.src; locMenu(\'mCenters\', 3); setMenu(\'mCenters\',\'visible\');"><img src="' +
MenuImg111.src + '" border="0" alt="Centers" name="imageK" width="70" height="20"/></a></td>');

document.write('<td><a href="' + pP +  'FAQ.html" onMouseOut="imageB.src=MenuImg13.src;" onMouseOver="imageB.src=MenuImg23.src; setMenu(0, \'hidden\', 0);"><img src="' + 
MenuImg13.src + '" border="0" alt="FAQ" name="imageB" width="70" height="20"/></a></td>');

document.write('<td><a href="' + pP +  'intf.html" onMouseOut="imageD.src=MenuImg14.src;" onMouseOver="imageD.src=MenuImg24.src; locMenu(\'mIntf\', 5); setMenu(\'mIntf\',\'visible\');"><img src="' +
MenuImg14.src + '" border="0" alt="Interfaith" name="imageD" width="70" height="20"/></a></td>');

document.write('<td><a href="' + pP +  'santmat.html" onMouseOut="imageF.src=MenuImg15.src;" onMouseOver="imageF.src=MenuImg25.src; locMenu(\'mSantMat\', 6); setMenu(\'mSantMat\',\'visible\');"><img src="' +
MenuImg15.src + '" border="0" alt="Sant Mat" name="imageF" width="70" height="20"/></a></td>');

document.write('<td><a href="' + pP +  'med.html" onMouseOut="imageJ.src=MenuImg16.src;" onMouseOver="imageJ.src=MenuImg26.src;  locMenu(\'mMed\', 7); setMenu(\'mMed\',\'visible\');"><img src="' + 
MenuImg16.src + '" border="0" alt="Meditation" name="imageJ" width="70" height="20"/></a></td>');

document.write('<td><a href="' + pP +  'webpage/res/dwnload.html" onMouseOut="imageG.src=MenuImg17.src;" onMouseOver="imageG.src=MenuImg27.src; locMenu(\'mRes\', 8); setMenu(\'mRes\',\'visible\');"><img src="' +
MenuImg17.src + '" border="0" alt="Resources" name="imageG" width="70" height="20"/></a></td>');

document.write('<td><a href="' + pP +  'veg.html" onMouseOut="imageH.src=MenuImg18.src;" onMouseOver="imageH.src=MenuImg28.src;  locMenu(\'mVeg\', 9); setMenu(\'mVeg\',\'visible\');"><img src="' +
MenuImg18.src + '" border="0" alt="Vegetarian Lifestyle" name="imageH" width="70" height="20"/></a></td>');

document.write('<td><a href="' + pP +  'contact.html" onMouseOut="imageA.src=MenuImg19.src;" onMouseOver="imageA.src=MenuImg29.src; setMenu(0, \'hidden\', 0);"><img src="' +
MenuImg19.src + '" border="0" alt="Contact Us" name="imageA" width="70" height="20"/></a></td></tr></table>');

document.write('<table bgcolor="#3f6990" border="0" cellpadding="0" cellspacing="0" width="775" align="center"><tr>');
document.write('<td class="bdr" height="5" bgcolor="#DBD1D8" align="center"> </td></tr>');
if(homeflag != 1 ) {
	document.write('<tr><td width="775" height="40" bgcolor="#ffffff"></td></tr>');

}
document.write('</table>');


var sH = '<table cellspacing="0" name="mNews" id="mNews" class="menu" style="top: 20px; left: 20px;" onMouseOut="setMenu(\'mNews\', \'hidden\');" onMouseOver="setMenu(\'mNews\', \'visible\');">';
sH+= '<tr><td class="menuitem" name="mNews0" id="mNews0" onMouseOver="setItem(\'mNews0\', true);"  onClick="window.location = pP + \'webpage/news/NewsCurrent.html\';">&#149; Current News</td></tr>';
sH+= '</table>';
document.write(sH);

sH = '<table cellspacing="0" name="mEvents" id="mEvents" class="menu" style="top: 20px; left: 20px;" onMouseOut="setMenu(\'mEvents\', \'hidden\');" onMouseOver="setMenu(\'mEvents\', \'visible\');">';
sH+= '<tr><td class="menuitem" name="mEvents1" id="mEvents1" onMouseOver="setItem(\'mEvents1\', true);"  onClick="window.location = pP + \'tsched.html\';">&#149; Sant Rajinder Singh Ji Maharaj\'s Schedule</td></tr>';
sH+= '<tr><td class="menuitem" name="mEvents2" id="mEvents2" onMouseOver="setItem(\'mEvents2\', true);"  onClick="window.location = pP + \'events.html\';">&#149; Regional Events</td></tr>';
sH+= '</table>';
document.write(sH);

sH = '<table cellspacing="0" name="mCenters" id="mCenters" class="menu" style="top: 20px; left: 20px;" onMouseOut="setMenu(\'mCenters\', \'hidden\');" onMouseOver="setMenu(\'mCenters\', \'visible\');">';
sH+= '<tr><td class="menuitem" name="mCenters3" id="mCenters3" onMouseOver="setItem(\'mCenters3\', true);"  onClick="window.location = pP + \'webpage/who/naper.html\';">&#149; Naperville Center</td></tr>';
sH+= '<tr><td class="menuitem" name="mCenters4" id="mCenters4" onMouseOver="setItem(\'mCenters4\', true);"  onClick="window.location = pP + \'webpage/who/bowling.html\';">&#149; Bowling Green Center</td></tr>';
sH+= '<tr><td class="menuitem" name="mCenters5" id="mCenters5" onMouseOver="setItem(\'mCenters5\', true);"  onClick="window.location = pP + \'webpage/who/birchbay.html\';">&#149; Birch Bay Center</td></tr>';
sH+= '<tr><td class="menuitem" name="mCenters6" id="mCenters6" onMouseOver="setItem(\'mCenters6\', true);"  onClick="window.location = pP + \'webpage/who/florida.html\';">&#149; Florida Center</td></tr>';
sH+= '<tr><td class="menuitem" name="mCenters7" id="mCenters7" onMouseOver="setItem(\'mCenters7\', true);"  onClick="window.location = pP + \'webpage/who/nyc.html\';">&#149; New York Center</td></tr>';
sH+= '<tr><td class="menuitem" name="mCenters8" id="mCenters8" onMouseOver="setItem(\'mCenters8\', true);"  onClick="window.location = pP + \'webpage/who/EcoCenter.html\';">&#149; Richmond BC Eco Centre</td></tr>';
sH+= '</table>';
document.write(sH);

sH = '<table cellspacing="0" name="mIntf" id="mIntf" class="menu" style="top: 20px; left: 20px;" onMouseOut="setMenu(\'mIntf\', \'hidden\');" onMouseOver="setMenu(\'mIntf\', \'visible\');">';
sH+= '<tr><td class="menuitem" name="mIntf0" id="mIntf0" onMouseOver="setItem(\'mIntf0\', true);"  onClick="window.location = pP + \'intf.html\';">&#149; Interfaith Community</td></tr>';
sH+= '<tr><td class="menuitem" name="mIntf1" id="mIntf1" onMouseOver="setItem(\'mIntf1\', true);"  onClick="window.location = pP + \'webpage/intf/HumanUnity.html\';">&#149; Human Unity</td></tr>';
sH+= '<tr><td class="menuitem" name="mIntf2" id="mIntf2" onMouseOver="setItem(\'mIntf2\', true);"  onClick="window.location = pP + \'webpage/intf/25IHUC.html\';">&#149; 25th International Human Unity Conference</td></tr>';
sH+= '<tr><td class="menuitem" name="mIntf3" id="mIntf3" onMouseOver="setItem(\'mIntf3\', true);"  onClick="window.location = pP + \'webpage/intf/24IHUC.html\';">&#149; 24th International Human Unity Conference</td></tr>';
sH+= '<tr><td class="menuitem" name="mIntf4" id="mIntf4" onMouseOver="setItem(\'mIntf4\', true);"  onClick="window.location = pP + \'webpage/intf/22IHUC.html\';">&#149; 22nd International Human Unity Conference</td></tr>';
sH+= '<tr><td class="menuitem" name="mIntf5" id="mIntf5" onMouseOver="setItem(\'mIntf5\', true);"  onClick="window.location = pP + \'webpage/intf/IHUC1004.html\';">&#149; 21st International Human Unity Conference</td></tr>';
sH+= '<tr><td class="menuitem" name="mIntf6" id="mIntf6" onMouseOver="setItem(\'mIntf6\', true);"  onClick="window.location = pP + \'webpage/intf/retreat0306.html\';">&#149; Interfaith Retreat - 2006</td></tr>';
sH+= '<tr><td class="menuitem" name="mIntf7" id="mIntf7" onMouseOver="setItem(\'mIntf7\', true);"  onClick="window.location = pP + \'webpage/intf/retreat1004.html\';">&#149; Interfaith Retreat - 2004</td></tr>';
sH+= '<tr><td class="menuitem" name="mIntf8" id="mIntf8" onMouseOver="setItem(\'mIntf8\', true);"  onClick="window.location = pP + \'webpage/intf/retreat1103.html\';">&#149; Interfaith Retreat - 2003</td></tr>';
sH+= '</table>';
document.write(sH);

sH = '<table cellspacing="0" name="mSantMat" id="mSantMat" class="menu" style="top: 20px; left: 20px;" onMouseOut="setMenu(\'mSantMat\', \'hidden\');" onMouseOver="setMenu(\'mSantMat\', \'visible\');">';
sH+= '<tr><td class="menuitem" name="mSantMat1" id="mSantMat1" onMouseOver="setItem(\'mSantMat1\', true);"  onClick="window.location = pP + \'santmat.html\';">&#149; Basic Principles</td></tr>';
sH+= '<tr><td class="menuitem" name="mSantMat2" id="mSantMat2" onMouseOver="setItem(\'mSantMat2\', true);"  onClick="window.location = pP + \'webpage/santmat/rich.html\';">&#149; Rich Heritage</td></tr>';
sH+= '<tr><td class="menuitem" name="mSantMat3" id="mSantMat3" onMouseOver="setItem(\'mSantMat3\', true);"  onClick="window.location = pP + \'webpage/santmat/srs.html\';">&#149; About Sant Rajinder Singh Ji Maharaj</td></tr>';
sH+= '<tr><td class="menuitem" name="mSantMat4" id="mSantMat4" onMouseOver="setItem(\'mSantMat4\', true);"  onClick="window.location = pP + \'webpage/santmat/sds.html\';">&#149; About Sant Darshan Singh Ji Maharaj</td></tr>';
sH+= '<tr><td class="menuitem" name="mSantMat5" id="mSantMat5" onMouseOver="setItem(\'mSantMat5\', true);"  onClick="window.location = pP + \'webpage/santmat/sks.html\';">&#149; About Sant Kirpal Singh Ji Maharaj</td></tr>';
sH+= '<tr><td class="menuitem" name="mSantMat6" id="mSantMat6" onMouseOver="setItem(\'mSantMat6\', true);"  onClick="window.location = pP + \'webpage/santmat/hbss.html\';">&#149; About Hazur Baba Sawan Singh Ji Maharaj</td></tr>';
sH+= '</table>';
document.write(sH);

sH = '<table cellspacing="0" name="mMed" id="mMed" class="menu" style="top: 20px; left: 20px;" onMouseOut="setMenu(\'mMed\', \'hidden\');" onMouseOver="setMenu(\'mMed\', \'visible\');">';
sH+= '<tr><td class="menuitem" name="mMed1" id="mMed1" onMouseOver="setItem(\'mMed1\', true);"  onClick="window.location = pP + \'med.html\';">&#149; The Meditation Practice</td></tr>';
sH+= '<tr><td class="menuitem" name="mMed2" id="mMed2" onMouseOver="setItem(\'mMed2\', true);"  onClick="window.location = pP + \'webpage/med/tips.html\';">&#149; Tips for Meditation</td></tr>';
sH+= '<tr><td class="menuitem" name="mMed3" id="mMed3" onMouseOver="setItem(\'mMed3\', true);"  onClick="window.location = pP + \'webpage/med/nde.html\';">&#149; Near-Death Experiences</td></tr>';
sH+= '<tr><td class="menuitem" name="mMed4" id="mMed4" onMouseOver="setItem(\'mMed4\', true);"  onClick="window.location = pP + \'webpage/med/pos.html\';">&#149; Positive Mysticism</td></tr>';
sH+= '</table>';
document.write(sH);

sH = '<table cellspacing="0" name="mRes" id="mRes" class="menu" style="top: 20px; left: 20px;" onMouseOut="setMenu(\'mRes\', \'hidden\');" onMouseOver="setMenu(\'mRes\', \'visible\');">';
sH+= '<tr><td class="menuitem" name="mRes1" id="mRes1" onMouseOver="setItem(\'mRes1\', true);"  onClick="window.location = pP + \'webpage/res/SRSbooks.html\';">&#149; Books - Rajinder Singh</td></tr>';
sH+= '<tr><td class="menuitem" name="mRes2" id="mRes2" onMouseOver="setItem(\'mRes2\', true);"  onClick="window.location = pP + \'webpage/res/SDSbooks.html\';">&#149; Books - Darshan Singh</td></tr>';
sH+= '<tr><td class="menuitem" name="mRes3" id="mRes3" onMouseOver="setItem(\'mRes3\', true);"  onClick="window.location = pP + \'webpage/res/SKSbooks.html\';">&#149; Books - Kirpal Singh</td></tr>';
sH+= '<tr><td class="menuitem" name="mRes4" id="mRes4" onMouseOver="setItem(\'mRes4\', true);"  onClick="window.location = pP + \'webpage/res/BooksCards.html\';">&#149; Other Books</td></tr>';
sH+= '<tr><td class="menuitem" name="mRes5" id="mRes5" onMouseOver="setItem(\'mRes5\', true);"  onClick="window.location = pP + \'webpage/res/DVD.html\';">&#149; Video DVDs</td></tr>';
sH+= '<tr><td class="menuitem" name="mRes6" id="mRes6" onMouseOver="setItem(\'mRes6\', true);"  onClick="window.location = pP + \'webpage/res/CDAudio.html\';">&#149; Audio CDs</td></tr>';
sH+= '<tr><td class="menuitem" name="mRes7" id="mRes7" onMouseOver="setItem(\'mRes7\', true);"  onClick="window.location = pP + \'webpage/res/dwnload.html\';">&#149; Download</td></tr>';
sH+= '</table>';
document.write(sH);

sH = '<table cellspacing="0" name="mVeg" id="mVeg" class="menu" style="top: 20px; left: 20px;" onMouseOut="setMenu(\'mVeg\', \'hidden\');" onMouseOver="setMenu(\'mVeg\', \'visible\');">';
sH+= '<tr><td class="menuitem" name="mVeg1" id="mVeg1" onMouseOver="setItem(\'mVeg1\', true);"  onClick="window.location = pP + \'veg.html\';">&#149; The Vegetarian Way</td></tr>';
sH+= '<tr><td class="menuitem" name="mVeg2" id="mVeg2" onMouseOver="setItem(\'mVeg2\', true);"  onClick="window.location = pP + \'webpage/veg/FAQ.html\';">&#149; FAQ</td></tr>';
sH+= '<tr><td class="menuitem" name="mVeg3" id="mVeg3" onMouseOver="setItem(\'mVeg3\', true);"  onClick="window.location = pP + \'webpage/veg/Trans.html\';">&#149; Making the Transition</td></tr>';
sH+= '<tr><td class="menuitem" name="mVeg4" id="mVeg4" onMouseOver="setItem(\'mVeg4\', true);"  onClick="window.location = pP + \'webpage/veg/Eating.html\';">&#149; Eating Out</td></tr>';
sH+= '<tr><td class="menuitem" name="mVeg6" id="mVeg6" onMouseOver="setItem(\'mVeg6\', true);"  onClick="window.location = pP + \'webpage/veg/Nutrition.html\';">&#149; Nutrition</td></tr>';
sH+= '<tr><td class="menuitem" name="mVeg5" id="mVeg5" onMouseOver="setItem(\'mVeg5\', true);"  onClick="window.location = pP + \'webpage/veg/Menus.html\';">&#149; Seasonal Menus</td></tr>';
sH+= '<tr><td class="menuitem" name="mVeg9" id="mVeg9" onMouseOver="setItem(\'mVeg9\', true);"  onClick="window.location = pP + \'webpage/veg/Recipes.html\';">&#149; Cookbook</td></tr>';
sH+= '<tr><td class="menuitem" name="mVeg7" id="mVeg7" onMouseOver="setItem(\'mVeg7\', true);"  onClick="window.location = pP + \'webpage/veg/VeggieFest10.html\';">&#149; Veggie Fest</td></tr>';
sH+= '</table>';
document.write(sH);

}

function visitSite(the_site)
{ var international = window.open(the_site,"SOS"); }

function init_bot(home_flag)
{


if(home_flag == true) {
	document.write('<table bgcolor="#C7E5EA" border="0" cellpadding="0" cellspacing="0" width="775" align="center"><tr>');

	document.write('<td colspan="3" class="bdr" height="5" bgcolor="#DBD1D8" align="center"> </td></tr>');
	document.write('<td width="240" class="bdr">Please visit our non-English sites.</td><td width="150">');
	document.write('<select onChange="visitSite(this.options[this.selectedIndex].value);">');
	document.write('<option value = "#">Choose Language</option>');
	document.write('<option value = "http://www.sos.org/german/">Deutsch</option>');
	document.write('<option value = "http://www.sos.org/dutch/">Dutch</option>');
	document.write('<option value = "http://www.sos.org/spanish/">Espanol</option>');
	document.write('<option value = "http://www.sos.org/french/">Francais</option>');
	document.write('<option value = "http://www.sos.org.gr">Greek</option>');
	document.write('<option value = "http://skrm.sos.org/">Hindi</option></select></td>');
	document.write('<td width="385" class="bdr" valign="center" align="center">Copyright 2010, Science of Spirituality, All Rights Reserved.</td></tr>');
	document.write('<td colspan="3" class="bdr" height="5" bgcolor="#DBD1D8" align="center"> </td></tr>');
	document.write('</table></body>');

}
else
{
	document.write('<table bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" width="775" align="center"><tr>');
	document.write('<td class="bdr" height="5" bgcolor="#DBD1D8" align="center"> </td></tr>');
	document.write('<td class="bdr" height="20" bgcolor="#C7E5EA" align="center">Copyright 2010, Science of Spirituality, All Rights Reserved.</td></tr>');
	document.write('<td class="bdr" height="5" bgcolor="#DBD1D8" align="center"> </td></tr>');
	document.write('</table></body>');
}

}