function isHomePage() {
	return top.document.title == "Personal Website of Gregory J. Vogl";
}

strUrl = "";
if (!isHomePage()) 
		strUrl = "../" + strUrl;
//parent.location.href=strUrl;

var sH="<table class=\"menu\" id=\"mainmenu\" cellspacing=\"0\"><tr>";
sH+="<td><a class=\"folder\" href=\"" + strUrl + "index.htm\">Home</a></td>";
sH+="<td><a class=\"folder\" href=\"" + strUrl + "career/index.htm\">Career</a></td>";
sH+="<td><a class=\"folder\" href=\"" + strUrl + "courses/index.htm\">Computer Courses</a></td>";
sH+="<td><a class=\"folder\" href=\"" + strUrl + "learning/index.htm\">Other Learning Materials</a></td>";
sH+="<td><a class=\"folder\" href=\"" + strUrl + "travel/index.htm\">Travel</a></td>";
sH+="<td><a class=\"folder\" href=\"" + strUrl + "help/index.htm\">Help</a></td>";
sH+="<td style='margin: 0px; padding: 0px; height: 0.8em;'>";

/*
sH+="<form method='GET' action='http://www.google.com/search' target='_new' style='margin: 0px; padding: 0px;'>";
sH+="<input type='hidden' name='hq' value='inurl:gregvogl.net/'>";
sH+="<input type='hidden' name='sitesearch' value='gregvogl.net'>";
sH+="<input type='hidden' name='domains' value='gregvogl.net'>";
sH+="<input type='text' name='q' size='12' maxlength='255' value='' title='Search website of Gregory J. Vogl' style='font-size: 0.75em; padding: 0px; margin: 0px;'>";
sH+="<input type='submit' name='sa' value='Search' title='Search website of Gregory J. Vogl' style='font-size: 0.75em; padding: 0px; margin: 0px; background-color: #DDDDDD; color: #000099; width: 5em;'>";
sH+="</form>";
*/

sH+="<form method='GET' action='http://www.gregvogl.net/help/searchresults.htm' id='cse-search-box' style='margin: 0px; padding: 0px;'>";
sH+="<input type='hidden' name='cx' value='013109727698180420524:kqd2qekmvsi'>";
sH+="<input type='hidden' name='cof' value='FORID:9'>";
sH+="<input type='hidden' name='ie' value='UTF-8'>";
sH+="<input type='text' name='q' size='12' maxlength='255' value='' title='Search website of Gregory J. Vogl' style='font-size: 0.75em; padding: 0px; margin: 0px;'>";
sH+="<input type='submit' name='sa' value='Search' title='Search website of Gregory J. Vogl' style='font-size: 0.75em; padding: 0px; margin: 0px; background-color: #DDDDDD; color: #000099; width: 5em;'>";
sH+="</form>";
//sH+="<script type=\"text/javascript\" src=\"http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en\"></script>";

sH+="</td>";
sH+="</tr></table>";
document.writeln("<div id=\"container\">");
document.write(sH);
document.getElementById("mainmenu").style.visibility="visible";

// gv - div with iframe for left navigation, div for body of page
with (document) {
	write("<div class='navbar'>");
	write("<iframe src='iframe.htm' width='120' height='450' frameborder='0' scrolling='no'>");
	write("Your browser is not displaying the <a href='iframe.htm'>navigation frame</a>.");
	writeln("</iframe></div><div class='body' id='body'>");
}
