﻿// poprawić przełączanie dla stylów active
// poprawić pozycjonowanie poziome
// zrobić dodawanie kodu z funckji zdarzeń i modyfikacja funkcji, która to robi.

naw=navigator.appName;
naw2=navigator.userAgent;

explorer=null
explorer6=null;
if (naw.indexOf("Explorer")!=-1 && naw2.indexOf("Opera")==-1) {explorer=1;}

if (explorer) {

document.writeln("<style type='text/css'><!--\n .cssMenu div div a {margin-bottom: -1px;}\n--></style>");

if (explorer) {if (naw2.indexOf("MSIE 6.0")!=-1) explorer6=1;}

if (explorer6) {document.writeln("<style type='text/css'><!--\n #specialDivHorizontal {width: 950px;}\n .cssMenu div a {overflow: hidden;}\n.content {height: 340px;}\n.g2 {height: 300px;}\n.eclipse {background: #f00;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/eclipse.png'}\n--></style>");}}


