//alert("includefil kaldt");


function divisionimg(varDivision,logosti)
{

if (logosti!="")
{
	strLogosti=logosti;
}
else
{
strLogosti="";

}

  if (varDivision=="asketeknik")
	{
	strImg = strLogosti+"grafik/emne/aske/toptekst.gif";
	strURL = strLogosti+"m-w-asketeknik/mwaskestart.html";
	 }


  else if (varDivision=="jawo")
	{
	strImg=strLogosti+"grafik/emne/jawo/toptekst.gif";
	strURL = strLogosti+"m-w-jawo-handling/mwejawostart.html";

	}
	
  else if (varDivision=="markogwedell")
	{
	strImg=strLogosti+"grafik/emne/m-w/toptekst.gif";
	strURL = strLogosti+"m-w/mwstart.html";
	}


  else if (varDivision=="engineering")
	{
	strImg=strLogosti+"grafik/emne/engineering/toptekst.gif";
	strURL = strLogosti+"m-w-engineering/mwenginestart.html";
	}


  else
	{
	strImg=strLogosti+"grafik/general/toptextstart.gif";
	strURL = strLogosti+"index.html";
	}


	document.write('<table id="designtabel" width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">');
	document.write('<tr><td bgcolor="FE3548" height="88px">');
	document.write('<div id="Layer1" style="position:absolute; left:278px; top:39px; width:340px; height:28px; z-index:1">');
	document.write('<a href="'+strURL+'">');
	document.write('<img src="'+strImg+'" border="0">');
	document.write('</a></div>');
	document.write('<img src="'+strLogosti+'grafik/general/top.gif" width="760" height="88" border="0" align="left" usemap="#topbillede">');
	document.write('<map name="topbillede" id="topbillede">');
	document.write(' <area shape="rect" coords="1,1,230,88" href="'+strLogosti+'index.html" title="M&W Group - homepage" >');
	document.write('</map>');
	document.write('</td>');


	document.write('</tr><tr><td height="100%" valign="top">');

}


function bundbillede(varBund)
{

	if (varBund=="forside")
		{
		varBundimg="grafik/general/addbundelem.gif";
		varBundlink="job/job.htm";
		}
	else
		{
		varBundimg=strLogosti+"grafik/general/addbundelem2.gif";	
		varBundlink="index.html";
		}


	document.write('</td></tr><tr><td colspan="2" background="'+strLogosti+'grafik/general/grabackfarve.gif"  height="37">');
	document.write('<div align="left" style="position:relative;left:0px;top:0px;z-index:1000;">');
	document.write('<img src="'+varBundimg+'" border="0" usemap="#Map">');
//width="760" height="37"
	document.write('  <map name="Map">');
	document.write('  <area shape="rect" coords="600,22,754,35" href="mailto: m-w@m-w.dk">');
	document.write('  <area shape="rect" coords="601,3,758,17" href="'+strLogosti+varBundlink+'">');
	document.write('  </map>')
	document.write('  </div>');
	document.write('</td>');
/*
	if (varSpalteantal==3)
		{
		document.write('<td background="'+strLogosti+'grafik/general/grabackfarve.gif" width="*" height="37"></td>');
		}

*/
	document.write('</tr></table>');

}