<!--

window.defaultStatus="PRO-MIL";

browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) version = "n3";
else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "n3";
else version = "n2";

if (version == "n3") {
   G01on = new Image();
   G01on.src = "/gonline-e.jpg";
   G01off = new Image();
   G01off.src = "/gonline.jpg";
   G01txt= "ON - LINE";

   G02on = new Image();
   G02on.src = "/gznanst-e.jpg";
   G02off = new Image();
   G02off.src = "/gznanst.jpg";
   G02txt= "ZNANSTVENE RECENZIJE";

   G03on = new Image();
   G03on.src = "/mail-e.gif";
   G03off = new Image();
   G03off.src = "/mail.gif";
   G03txt= "E-mail: info@pro-mil.hr";

   G04on = new Image();
   G04on.src = "/gstopis-e.jpg";
   G04off = new Image();
   G04off.src = "/gstopis.jpg";
   G04txt= "ŠTO PIŠU O NAMA";

   G05on = new Image();
   G05on.src = "/gkontak-e.jpg";
   G05off = new Image();
   G05off.src = "/gkontak.jpg";
   G05txt= "KONTAKT";

   G06on = new Image();
   G06on.src = "/gpcskn1-e.jpg";
   G06off = new Image();
   G06off.src = "/gpcskn1.jpg";
   G06txt= "PC - ŠKOLA No.1";

   G07on = new Image();
   G07on.src = "/gpc2000-e.jpg";
   G07off = new Image();
   G07off.src = "/gpc2000.jpg";
   G07txt= "PC - ŠKOLA 2000";

   G08on = new Image();
   G08on.src = "/gpc2000p-e.jpg";
   G08off = new Image();
   G08off.src = "/gpc2000p.jpg";
   G08txt= "PC - ŠKOLA 2000 PLUS";

   G09on = new Image();
   G09on.src = "/gpcskxp-e.jpg";
   G09off = new Image();
   G09off.src = "/gpcskxp.jpg";
   G09txt= "PC - ŠKOLA XP";

   G10on = new Image();
   G10on.src = "/gpchard-e.jpg";
   G10off = new Image();
   G10off.src = "/gpchard.jpg";
   G10txt= "PC - ŠKOLA HARDWARE";

   G11on = new Image();
   G11on.src = "/gpccore-e.jpg";
   G11off = new Image();
   G11off.src = "/gpccore.jpg";
   G11txt= "PC - ŠKOLA COREL";

   G12on = new Image();
   G12on.src = "/gpcsxml-e.jpg";
   G12off = new Image();
   G12off.src = "/gpcsxml.jpg";
   G12txt= "PC - ŠKOLA XML";

   G13on = new Image();
   G13on.src = "/gpclinu-e.jpg";
   G13off = new Image();
   G13off.src = "/gpclinu.jpg";
   G13txt= "PC - ŠKOLA LINUX";

   G14on = new Image();
   G14on.src = "/gpcstar-e.jpg";
   G14off = new Image();
   G14off.src = "/gpcstar.jpg";
   G14txt= "PC - ŠKOLA STAROFFICE";

   G15on = new Image();
   G15on.src = "/ghrvput-e.jpg";
   G15off = new Image();
   G15off.src = "/ghrvput.jpg";
   G15txt= "HRVATSKI PUTOKAZ";

   G16on = new Image();
   G16on.src = "/home-e.gif";
   G16off = new Image();
   G16off.src = "/home.gif";
   G16txt= "POVRATAK NA NASLOVNU STRANICU!";

   G17on = new Image();
   G17on.src = "/gphotos-e.jpg";
   G17off = new Image();
   G17off.src = "/gphotos.jpg";
   G17txt= "PC - ŠKOLA PHOTOSHOP";

   G18on = new Image();
   G18on.src = "/gacroba-e.jpg";
   G18off = new Image();
   G18off.src = "/gacroba.jpg";
   G18txt= "PC - ŠKOLA ACROBAT READER";

   G19on = new Image();
   G19on.src = "/gvisual-e.jpg";
   G19off = new Image();
   G19off.src = "/gvisual.jpg";
   G19txt= "PC - ŠKOLA VISUAL BASIC";

   G20on = new Image();
   G20on.src = "/grjecnik-e.jpg";
   G20off = new Image();
   G20off.src = "/grjecnik.jpg";
   G20txt= "RJEČNIK";

   G21on = new Image();
   G21on.src = "/gpcssql-e.jpg";
   G21off = new Image();
   G21off.src = "/gpcssql.jpg";
   G21txt= "PC - ŠKOLA VISUAL SQL";

   G22on = new Image();
   G22on.src = "/gopenof-e.jpg";
   G22off = new Image();
   G22off.src = "/gopenof.jpg";
   G22txt= "PC - OPENOFFICE.org";

   G23on = new Image();
   G23on.src = "/gcjezik-e.jpg";
   G23off = new Image();
   G23off.src = "/gcjezik.jpg";
   G23txt= "PC - ŠKOLA C JEZIK";

   G24on = new Image();
   G24on.src = "/ginternet-e.jpg";
   G24off = new Image();
   G24off.src = "/ginternet.jpg";
   G24txt= "PC - ŠKOLA INTERNET";
}


function A(imgName) {
  if (version == "n3") {
    imgOn = eval(imgName + "on.src");
    document [imgName].src = imgOn;
  }
  txtStatus = eval(imgName + "txt");
  window.status=txtStatus;
  return(true);
}

function I(imgName) {
  if (version == "n3") {
    imgOff = eval(imgName + "off.src");
    document [imgName].src = imgOff;
  }
  window.status='';
  return(true);
}

// promjena statusa
function S(Msg) {
  window.status=Msg;
  return(true);
}


//-->
