//**********************************************************
//copyright I Ljungstr&ouml;m,www.flowsim.se, webmaster@flowsim.se
//
//**********************************************************
//**********************************************************
function iljcreate()
{
window.location="iljmeta2.html#thespot"
document.iljform.iljarea.value=""
var text=new Array()
text[0]=""
text[1]=""
text[2]=""
var oldtext=new Array()
oldtext[0]=""
oldtext[1]=""
oldtext[2]=""
for(y=0;y<3;y++)
{
  for(i=0;i<document.iljform.elements[y].value.length;i++)
     { text[y]=oldtext[y]+document.iljform.elements[y].value.charAt(i)
       if(document.iljform.elements[y].value.charAt(i)=="å")
         {  
         text[y]=oldtext[y]+"&aring;"
         }
       if(document.iljform.elements[y].value.charAt(i)=="ä")
         {  
         text[y]=oldtext[y]+"&auml;"
         }
       if(document.iljform.elements[y].value.charAt(i)=="ö")
         {  
         text[y]=oldtext[y]+"&ouml;"
         }
       if(document.iljform.elements[y].value.charAt(i)=="Å")
         {
         text[y]=oldtext[y]+"&Aring;"
         }
       if(document.iljform.elements[y].value.charAt(i)=="Ä")
         {  
         text[y]=oldtext[y]+"&Auml;"
         }
       if(document.iljform.elements[y].value.charAt(i)=="Ö")
         {  
         text[y]=oldtext[y]+"&Ouml;"
         }
      
     oldtext[y]=text[y]
     }
}


document.iljform.iljarea.value=
'<TITLE>'+oldtext[0]+'</TITLE>\n'+
'<META NAME ="description"\n CONTENT="'+text[1]+'">\n'+
'<META NAME ="keywords"\n CONTENT="'+text[2]+'">\n'
}

