﻿var dom = true;
if (!document.getElementById) dom = false;
if (!document.getElementById && document.all) {document.getElementById = document.all; dom = true;}

document.write ("<style>#menu li.first ul {display: none; position: absolute; top: 20px; left: -1px;} #menu li.firstHover ul {display: block;} li.first {behavior: url(/js/hover.htc);}</style>");

function objekt(what) {return document.getElementById(what);}