﻿/*****************************************
  JS för alla sidor som ärver Layout.master
/*****************************************/

function BrowserFix()
{
     if(navigator.userAgent.indexOf('MSIE 6.0')!=-1)
     {
       document.getElementById('Pattern1').style.bottom='-9px';
     }
     
//     if (navigator.userAgent.indexOf('Safari')!=-1)
//     {
//       document.getElementById('FilmRulle').style.top='90px';
//     }
     
}


