<!--

  // Hänvisning till frameset (om ej frameset)

  parentLoc = (window.parent.document.location);
  documentLoc = (window.document.location);

  if(parentLoc == documentLoc){
	document.write("<table border='0' width='700'>");
	document.write("<tr><td height='50' align='center'>");

	document.write("<table border='0' width='400' style='border-style:solid; border-width:1px; border-color:#880000;'>");
	document.write("<tr><td height='50'>");
	document.write("<div class='brotext' align='center'><b>");
	document.write("This page is now not within the frameset");
	document.write("<br>");
	document.write("<a style='color:#880000;' href='../../index_eng.htm' target='_top'>View the site in it´s proper structure</a>");
	document.write("</b></div>");
	document.write("</td></tr>");
	document.write("</table>");

	document.write("</td></tr>");
	document.write("</table>");
	document.write("<br>");
	document.write("<br>");
  }

//-->