/*

CASCADING POPUP MENUS v5.2 RC (c) 2001-2004 Angus Turnbull, http://www.twinhelix.com
Altering this notice or redistributing this file is prohibited.

*/

var menuStyleRoot = new ItemStyle(40, 20, '', 0, 0, '#E3E3E3', '#E3E3E3', '', '', '', '',
 null, null, 'hand', 'hand');

var menuStyleSub = new ItemStyle(22, 0, '&raquo;', -10, 3, '#E3E3E3', '#CDCBCB', 'text-menu', 'text-menu',
 'menu-border', 'menu-border', null, null, 'hand', 'default');

var pMenu = new PopupMenu('pMenu');
with (pMenu)
{

startMenu('root', false, 'page.winW()/2 - 360', 82, 16, menuStyleRoot);

with (addItem('<img src="/_gfx/template/menu_foretaget1.gif" height="16" width="85" border="0">', 'menuCompany', 'sm:', menuStyleRoot, 85)) onclick='window.location.href="/"';
with (addItem('<img src="/_gfx/template/menu_material1.gif" height="16" width="75" border="0">', 'menuMaterial', 'sm:', menuStyleRoot, 75)) onclick='window.location.href="/"';
with (addItem('<img src="/_gfx/template/menu_miljo_kvalitet1.gif" height="16" width="128" border="0">', 'menuEnvironment', 'sm:', menuStyleRoot, 128)) onclick='window.location.href="/"';
with (addItem('<img src="/_gfx/template/menu_lagervaror1.gif" height="16" width="96" border="0">', 'menuStorage', 'sm:', menuStyleRoot, 96)) onclick='window.location.href="/"';
with (addItem('<img src="/_gfx/template/menu_kontakt1.gif" height="16" width="69" border="0">', 'menuContact', 'sm:', menuStyleRoot, 69)) onclick='window.location.href="/"';

startMenu('menuCompany', true, 0, 17, 100, menuStyleSub);
	addItem('Historia', '/company/history/', '');

startMenu('menuMaterial', true, 0, 17, 120, menuStyleSub);
	addItem('Materialöversikt', '/materials/', '');
	addItem('EPS', '/materials/eps/', '');
	addItem('EPP', '/materials/epp/', '');
	addItem('EPE', '/materials/epe/', '');

startMenu('menuEnvironment', true, 0, 17, 150, menuStyleSub);
	addItem('Miljöpolicy', '/environment_quality/environment/', '');
	addItem('Kvalitetspolicy', '/environment_quality/quality/', '');
	addItem('Varuinformation', 'menuProductinfo', 'sm:');

startMenu('menuProductinfo', true, 20, 21, 130, menuStyleSub);
	addItem('EPS', '/environment_quality/product_information/eps/', '');
	addItem('EPS Självslocknande', '/environment_quality/product_information/eps/index.php?pages=epsSelf', '');
	addItem('EPS Antistat', '/environment_quality/product_information/eps/index.php?pages=epsAntistat', '');
	addItem('EPP', '/environment_quality/product_information/epp/', '');
	addItem('EPE', '/environment_quality/product_information/epe/', '');

startMenu('menuStorage', true, 0, 17, 180, menuStyleSub);
	addItem('PoolMate', '/storage/poolmate/', '');
	addItem('Lindesbergskrukan', '/storage/lindesbergskrukan/', '');
	addItem('CoolKeeper', '/storage/coolkeeper/', '');
	addItem('Thermolux & Thermonor', '/storage/thermolux_thermonor/', '');	
	addItem('Europalådor', '/storage/eubox/', '');
	addItem('Isoleringsboxar', '/storage/isoleringsboxar/', '');
	addItem('Brytbitar', '/storage/brytbitar/', '');
	addItem('Inredningar / Emballage', '/storage/emballage/', '');

startMenu('menuContact', true, 0, 17, 150, menuStyleSub);
	addItem('Adresser & Kartor', '/contact/address/', '');
	addItem('Kontaktpersoner', '/contact/people/', '');
}
