';
ct += "" ;
right.document.writeln("Loading Univera web site data ...");
//document.all.right.src = query; // This used to work but not with Firefox 3
right.document.location.href = query; // This one works with Firefox 3
//document.getElementById("right").src = base + query;
//output.writeln(base + query);
// Here we will building an array of objects page objects
function menu(url,name,NavPageID,subitems) {
this.url = url;
this.name = name;
this.NavPageID = NavPageID;
this.subitems=subitems; /*Flags this as an item with a submenu */
}
var menuitems = new Array();
x = 0; y=0;
menuitems[x++] = new menu(base[0],"Overview","",0);
menuitems[x++] = new menu(base[0],"Company","company",0);
menuitems[x++] = new menu(base[0],"Science","science",0);
menuitems[x++] = new menu(base[0],"Products","products",0);
menuitems[x++] = new menu(base[0],"
Specials
","#",2);
menuitems[x++] = new menu(base[5],"USA Specials","shop/196?register_sponsorid=1076491",0);
menuitems[x++] = new menu(base[4],"Canada Specials","shop/196?register_sponsorid=1076491",0);
menuitems[x++] = new menu(base[0],"Shop For Products","#",2);
menuitems[x++] = new menu(base[5],"USA-Shop for Products","shop?register_sponsorid=1076491",0);
menuitems[x++] = new menu(base[4],"Canada-Shop for Products","shop?register_sponsorid=1076491",0);
menuitems[x++] = new menu(base[6],"Matol Weight Loss Diet Information","/",0);
menuitems[x++] = new menu(base[0],"Opportunity","opportunity",0) ;
//menuitems[x++] = new menu(base[0],"The Science","story/science",0);
menuitems[x++] = new menu(base[1],"Enroll as Associate","univera/register/fromcart/associate",0);
// We will then use the pagenames to navagate to the appropriate Univera web page.
//right.document.body.background = "u-images/bg-rwb1.gif" ;
//output.writeln(output.title);
css= '';
output.writeln(' ');
output.writeln("Univera-Web - " + query +""+css+"");
//left.document.body.background = "u-images/bg-rwb1.gif" ;
//left.document.title = 'Univera-Web-' + query;
output.writeln(home);
//output.writeln(tour);
//output.writeln(output.title);
//output.writeln(oan);
// Here is where we will writeln the menu based on the pagenames we built
//output.writeln('
query=' + query + '
');
output.writeln('
Univera Opportunity
');
output.writeln('
');
for ( x = 0 ; x < menuitems.length ; x++) {
u = "";
u += menuitems[x].name;
u +=""
if (query == menuitems[x].NavPageID ) tt = menuitems[x].name;
if (menuitems[x].subitems == 0 )
{
output.writeln("
" + u + "
");
if ( y > 0 )
{
y--;
if (y == 0)
{
output.writeln("