
/* please register to get documentation */
var states = ['mout', 'mover', 'mdown'];
var bgcolors = ['#C0C0C0', '#FFFFFF', '#FFFFFF'];


var MENU_ITEMS = [
	        [wrap_parent('File', 'd'), null, null,
	        [wrap_child('Forward', 'right.gif'),'javascript:history.forward()',null],
	        [wrap_child('Back','left.gif'), 'javascript:history.back()', null],
			[wrap_child('Home', 'left.gif'), 'center.htm', null],],
	        
	        
			
			[wrap_parent('Service&maintains', 'd'), null, [null, null, 135],
			
			[wrap_parent('Hardware install', 'r'), null, null,
					[wrap_child('Set up server','right.gif'),'server.htm', null],
					[wrap_child('Help to home PC', 'right.gif'),'homepc.htm', null],
					[wrap_child('Set up small network', 'right.gif'),'snetverk.htm', null],
					[wrap_child('Other service', 'right.gif'),'other.htm', null],
					
			],
				
				[wrap_parent('Software install', 'r'), null, null,
					[wrap_child('OS install','right.gif'),'osins.htm', null],
					[wrap_child('Server install', 'right.gif'),'serveros.htm', null],
					[wrap_child('User app install', 'right.gif'),'usrappins.htm', null],
					[wrap_child('Other service', 'right.gif'),'other.htm', null],
					
			],
					[wrap_parent('Software design', 'r'), null, null,
					[wrap_child('Web pages','right.gif'),'webpage.htm', null],
					[wrap_child('Web application', 'right.gif'),'webapp.htm', null],
					[wrap_child('Others', 'right.gif'),'other.htm', null],
					
					
			],
			
			
	],
	[wrap_parent('Other Products', 'd'), '', [134, null, 110],
		[wrap_parent('Domain', 'r'), '', [null, null, 103],
		 [wrap_child('Register', 'right.gif'), 'domainreg.htm', [98, null]],
		 [wrap_child('Documentation','right.gif'), 'http://www.norid.no/navnepolitikk.en.html', null],
        ],
        
        [wrap_parent('Web Hotel', 'r'), '', [null, null, 103],
		 [wrap_child('Alternatives', 'right.gif'), 'webhotelalt.htm', [98, null]],
		 
         [wrap_child('Documentation','right.gif'), 'webhotellinfo.htm', null],
		],
	],
		
		[wrap_parent('Order', 'd'), '', [108, null, 110],
		[wrap_parent('Prize ', 'r'), '', [null, null, 103],
		 [wrap_child('Prize list', 'right.gif'), 'prisliste.htm', [98, null]],
		 [wrap_child('Purchase   ','right.gif'), 'kjop.htm', null],
         
        ],
        [wrap_parent('Form', 'r'), '', [null, null, 103],
		 
		 [wrap_child('Form list','right.gif'), 'skjema.htm',[98, null]],
         
		],
	],
			
	
			
				
	[wrap_parent('Contact', 'd'), null, [80, null, 94],
			[wrap_child('E-mail', 'right.gif'), 'mailto: support@srinor.com ', null],
			[wrap_child('Webform', 'right.gif'),'mailto6.htm', null],
			
	],
    
];

function wrap_parent (text, pos, icon) {
	var res = new Array;
	for (var i=0; i<states.length; i++)
		res[i] =  '<table cellpadding="0" cellspacing="0" border="0" bgcolor="#DBEAF5" width="100%"><tr><td><table cellpadding="3" cellspacing="1" border="0" width="100%">' +
		'<tr><td width="100%" bgcolor="' + bgcolors[i] + '" style="padding: 3px;"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td><img src="img/pixel.gif" width="3" height="16" border="0"></td>' + (icon != null ? '<td><img src="img/'  + icon + '" height="16" border="0">&nbsp;</td>' : '') + '<td width="100%" valign="middle"><font face="tahoma, verdana, arial" color="black"><span style="font-size: 13px;">' + text + '</span></font></td><td valign="middle"><img src="img/' + states[i] + '_' + pos + 'arrow.gif" width="12" height="12" border="0"></td></tr></table></td></tr></table></td></tr></table>';
	return res;
}
function wrap_child (text, icon) {
	var res = new Array;
	for (var i=0; i<states.length; i++)
		res[i] =  '<table cellpadding="0" cellspacing="0" border="0" bgcolor="#DBEAF5" width="100%"><tr><td><table cellpadding="3" cellspacing="1" border="0" width="100%">' +
		'<tr><td width="100%" bgcolor="' + bgcolors[i] + '" style="padding: 3px;"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td><img src="img/pixel.gif" width="3" height="16" border="0"></td>' + (icon != null ? '<td><img src="img/'  + icon + '" height="16" border="0">&nbsp;</td>' : '') + '<td width="100%" valign="middle"><font face="tahoma, verdana, arial" color="black"><span style="font-size: 13px;">' + text + '</span></font></td></tr></table></td></tr></table></td></tr></table>';
	return res;
}
