// ----------------------------------------------------------------------------
// (c) RTJ Roman Jadach 1999 - 2010
// all copy rights are reserved to Roman Jadach
// ----------------------------------------------------------------------------

if (parseInt(navigator.appVersion.substring(0,1))>=3) {
 start_on  = new Image();  start_off = new Image();
 oferta_on = new Image();  oferta_off = new Image();
 dvd_on  = new Image();  dvd_off = new Image();
 album_on  = new Image();  album_off = new Image();
 galeria_on  = new Image();  galeria_off = new Image();
 terminy_on  = new Image();  terminy_off = new Image();
 kontakt_on  = new Image();  kontakt_off = new Image();

 start_on.src    = 'menu12.gif';
 start_off.src   = 'menu11.gif';
 oferta_on.src   = 'menu22.gif';
 oferta_off.src  = 'menu21.gif';
 dvd_on.src      = 'menu32.gif';
 dvd_off.src     = 'menu31.gif';
 album_on.src    = 'menu42.gif';
 album_off.src   = 'menu41.gif';
 galeria_on.src  = 'menu52.gif';
 galeria_off.src = 'menu51.gif';
 terminy_on.src  = 'menu62.gif';
 terminy_off.src = 'menu61.gif';
 kontakt_on.src  = 'menu72.gif';
 kontakt_off.src = 'menu71.gif';
}
function aktywacja(obrazek) {
  if (parseInt(navigator.appVersion.substring(0,1))>=3) {
	  obrazeksrc = eval(obrazek + "_on.src");
	  document[obrazek].src = obrazeksrc;
}}
function deaktywacja(obrazek) {
  if (parseInt(navigator.appVersion.substring(0,1))>=3) {
	  obrazeksrc = eval(obrazek + "_off.src");
	  document[obrazek].src = obrazeksrc;
}}

function showTarget(text) {
window.status = text;
}

function welcome() {
window.status = "R T J";
for (a=0;a<document.links.length;)
	document.links[a].onfocus=document.links[a++].blur;
}

function noSpam(user, domain) {
window.location = "mailto:" + user + "@" + domain;
}

