function menu()
{
document.write('<tr bgcolor="#D6E3EF">');
	document.write('<td>');
	document.write('<table width="320" cellspacing="9">');
	for (i=0;i<general.length;i++)
	{
		document.write('<tr bgcolor="#D6E3EF">');
		document.write('<td>•');
		document.write('<font face="Arial, Helvetica, sans-serif" size="2" bgcolor="#D6E3EF"><b>');
		document.write(general[i]);
		document.write("</b></font></td>");
		document.write("</tr>");		
	}
	document.write('</table>');
	document.write("</td>");
	document.write('<td valign="top" align="left">');
	document.write('<table cellspacing="6" width="375" align="left">');
	for (i=0;i<section.length;i++)
	{
		document.write('<tr bgcolor="#D6E3EF">');
		document.write('<td>');
		document.write('<font face="Arial, Helvetica, sans-serif" size="1" bgcolor="#D6E3EF">•<b>');
		document.write('<a href="'+sectionhttp[i]+'"');
		if (menutot!=0)
		{
			document.write('OnMouseOver="');
			var men1="Menu"+i;
			document.write("mostrar('"+men1+"');");
			for (j=0;j<section.length;j++)
			{
					var men2="Menu"+j;
					if (j!=i)
						document.write("ocultar('"+men2+"');");
			}
					
			document.write('"class="menulink4">');
		}
		else
			document.write('class="menulink4">');
			
		document.write(section[i]);
		document.write('</a	>');
		document.write("</b></font></td>");
		document.write("</tr>");		
	}
		document.write('</table>');
	document.write("</td>");
	if (menutot!=0)
	{
	document.write('<td width="400" valign="top">');
	
	for (i=0;i<section.length;i++)
	{
		var men="Menu"+i;
	document.write('<div id="'+men+'" style="position:absolute; visibility:hidden;">');
	document.write('<table cellspacing="5" width="100%">');
  	for (j=0;j<menutot[i].length;j++)
		{
				document.write('<tr>');
				var jal="jal"+j+i;
	
		    document.write('<td  id="'+jal+'" width="100%">');	
				document.write('<a href="../../cim/'+sectionhttp[i]+'#'+anchlor[j]+'" class="menulink3" >');
				document.write('<font face="Arial, Helvetica, sans-serif" style="font:6.5pt" bgcolor="#D6E3EF">');
				document.write(menutot[i][j]);
				document.write("</font>");
				document.write('</a>');
				document.write("</td>");
				document.write('</tr>');
	 }

			document.write('</table>');
			document.write('</div>');
	}
	
		
	document.write("</td>");
}
	document.write("</tr>");
	
}
	

function callmenu1()
{
				var general = new Array('<a  href="../../cim/agipa5.shtml">Adressetiketter, Adresslappar</a>','<a  href="../../cim/agipa4.shtml">Fästpistol/Hängetiketter</a>','<a  href="../../cim/agipa7.shtml">Handdispensrar och etiketter</a>','<a  href="../../cim/agipa3.shtml">Prismärkning</a>','<a  href="../../cim/agipa2.shtml">Självhäftande bokstäver och siffror</a>','<a  href="../../cim/agipa6.shtml">Tillbehör för penninghantering</a>','<a href="../../cim/agipa8.shtml">Mindre förpackningar med etiketter</a>');
				var section = new Array('Skyltmaterial	tillverkade av<br> fluorescerande ej raderbar kartong - 600g/m²','Explosionsstjärnor - 600g/m²','Skyltark	och rullar av<br> flourescerande kartong och papper - 600g/m²','Cirklar av ej raderbar kartong - 600g/m²','DryWipe - fluorescerande skyltkartong - 600 g/m²','Färdigtillskuren sortering<br> fluorescerande symboler av skyltkartong - 600g/m²','Otryckta	uppställarkort<br> för skyltfönster - trycks i skrivare');
				var sectionhttp = new Array("agipa.shtml#first","agipa.shtml#second","agipa.shtml#third","agipa.shtml#fourth","agipa.shtml#fifth","agipa.shtml#sixth","agipa.shtml#seventh");
				var menutot = new Array(0);
				
				var anchlor= new Array(0);
				menu(general,section,sectionhttp,menutot,anchlor);
				
}