Width = 780;

var root = "";
var images = "";

setLevel(0);

function level(n) {
	setLevel(n);
}
function top(title) {
	setTop(title);
}
function bottom() { 
	setBottom(); 
}

function setLevel(n) {
	while (n-->0) root = root+"../";
	images = root+"images/";
}

function setTop(title) {
if (!title) title = ""; 

var html_text = '\
	<center>\
	<div id="main_menu" name="main_menu" style="position:relative; left:0">\
	<table width="'+Width+'" border="0" cellspacing="0" cellpadding="0">\
		<tr> \
			<td background="'+images+'gnd_main_01.gif" align="left"><img src="'+images+'spacer.gif" width="75" height="15"><a \
href="'+root+'"						><img src="'+images+'butt01_a.gif" width="43" height="15" border="0"></a><a \
href="'+root+'products/"	><img src="'+images+'butt02_a.gif" width="58" height="15" border="0"></a><a \
href="'+root+'services/"	><img src="'+images+'butt03_a.gif" width="58" height="15" border="0"></a><a \
href="'+root+'demo_panorama/"		><img src="'+images+'butt04_a.gif" width="87" height="15" border="0"></a><a \
href="'+root+'downloads/"	><img src="'+images+'butt05_a.gif" width="75" height="15" border="0"></a><a \
href="'+root+'order/"			><img src="'+images+'butt06_a.gif" width="41" height="15" border="0"></a><a \
href="'+root+'support/faq.html"		><img src="'+images+'butt07_a.gif" width="36" height="15" border="0"></a><a \
href="'+root+'partners/"	><img src="'+images+'butt08_a.gif" width="54" height="15" border="0"></a><a \
href="'+root+'downloads/archive/panorama.html" ><img src="'+images+'butt09_a.gif" width="43" height="15" border="0"></a><a \
href="'+root+'support/"		><img src="'+images+'butt10_a.gif" width="51" height="15" border="0"></a><a \
href="'+root+'about/"			><img src="'+images+'butt11_a.gif" width="62" height="15" border="0"></a><a \
href="mailto:info@albatrossdesign.com"><img src="'+images+'butt12_a.gif" width="71" height="15" border="0"></a></td>\
		</tr>\
		<FORM method=GET action="http://www.google.com/search">\
		<tr>\
			<td align="right" valign="middle" background="'+images+'gnd_main_02.gif" height="42">\
			<table  border="0" cellspacing="0" cellpadding="0">\
				<tr>\
					<td background="'+images+'spacer.gif" width="180" align="center">\
						<font size="4" face="Arial, Verdana, Helvetica, sans-serif" color="#4488BB"><b>'+title+'</b></font>&nbsp;\
					</td>\
					<td background="'+images+'spacer.gif">\
						<font size="2" face="Arial, Verdana, Helvetica, sans-serif" color="#336699"><b><font size="1">Search&nbsp;&nbsp;&nbsp;</font></b></font>\
					</td>\
					<td background="'+images+'spacer.gif">\
						<input type=text size="7" name=q style="font-family: arial;  font-size: 8pt;  background-color: #EEEBFF; color: #333388; ">\
						<INPUT  TYPE=HIDDEN name=sitesearch VALUE="www.albatrossdesign.com">\
					</td>\
					<td>\
						<img src="'+images+'spacer.gif" width="5" height="19">\
					</td>\
					<td background="'+images+'spacer.gif">\
						<input type="image" src="'+images+'search.gif" border="0"  value="Search" name="submit" style="font-family: arial;  font-size: 8pt;  background-color: #EEEBFF; color: #333388; ">\
					</td>\
					<td background="'+images+'spacer.gif">\
						<img src="'+images+'spacer.gif" width="19" height="19">\
					</td>\
				</tr>\
			</table>\
			</td>\
		</tr>\
		</form>\
	</table>\
	</div>\
';

document.write(html_text);
}

function setBottom() { 
document.writeln('\
<font style="font-size:10px;">\
<center>\
	<br>\
		<a href="'+root+'index.html">Home</a> | \
		<a href="'+root+'products/">Products</a> | \
		<a href="'+root+'services/"> Services</a> | \
		<a href="'+root+'demo_panorama/">Virtual Gallery</a> | \
		<a href="'+root+'downloads/">Downloads</a> | \
		<a href="'+root+'order/">Order</a> | \
		<a href="'+root+'support/faq.html">FAQ</a> | \
		<a href="'+root+'partners/">Partners</a> | \
		<a href="'+root+'downloads/archive/panorama.html">News</a> | \
		<a href="'+root+'support/">Support</a> | \
		<a href="'+root+'about/">About Us</a> | \
		<a href="mailto:info@albatrossdesign.com">Contact Us</a>\
		<br>\
		<a href="'+root+'copyright/">Copyright 1999 - 2006 Albatross Design Group. All rights reserved.</a>\
		<a href="mailto:webmaster@albatrossdesign.com">Contact webmaster@albatrossdesign.com</a>\
		<br>\
		<br>\
</center>\
</font>\
');
}
