browserName = navigator.appName; browserVer = parseInt(navigator.appVersion);

var isIE = (browserName == "Microsoft Internet Explorer" ? true : false);
var isNN = (browserName == "Netscape" ? true : false);

var isIE4 = (isIE && browserVer >= 3 ? true : false);
var isNN4 = (isNN && browserVer >= 4 ? true : false);

if (isIE4 || isNN4) {
    pomoc_0 = new Image();      pomoc_0.src = "http://rubikon.pl/img/bpt1.gif";
    pomoc_1 = new Image();      pomoc_1.src = "http://rubikon.pl/img/bpt2.gif";
    wizytowka_0 = new Image();  wizytowka_0.src = "http://rubikon.pl/img/bw1.gif";
    wizytowka_1 = new Image();  wizytowka_1.src = "http://rubikon.pl/img/bw2.gif";
    oferta_0 = new Image();     oferta_0.src = "http://rubikon.pl/img/bo1.gif";
    oferta_1 = new Image();     oferta_1.src = "http://rubikon.pl/img/bo2.gif";
    cennik_0 = new Image();     cennik_0.src = "http://rubikon.pl/img/bc1.gif";
    cennik_1 = new Image();     cennik_1.src = "http://rubikon.pl/img/bc2.gif";
    pomoc_0 = new Image();      pomoc_0.src = "http://rubikon.pl/img/bpo1.gif";
    pomoc_1 = new Image();      pomoc_1.src = "http://rubikon.pl/img/bpo2.gif";
    informacje_0 = new Image(); informacje_0.src = "http://rubikon.pl/img/binfo1.gif";
    informacje_1 = new Image(); informacje_1.src = "http://rubikon.pl/img/binfo2.gif";
    forum_0 = new Image();      forum_0.src = "http://rubikon.pl/img/bf1.gif";
    forum_1 = new Image();      forum_1.src = "http://rubikon.pl/img/bf2.gif";
    polecamy_0 = new Image();   polecamy_0.src = "http://rubikon.pl/img/bp1.gif";
    polecamy_1 = new Image();   polecamy_1.src = "http://rubikon.pl/img/bp2.gif";
    partner_0 = new Image();    partner_0.src = "http://rubikon.pl/img/bpa1.gif";
    partner_1 = new Image();    partner_1.src = "http://rubikon.pl/img/bpa2.gif";
    t_wow_0 = new Image();      t_wow_0.src = "http://rubikon.pl/img/tw1.gif";
    t_wow_1 = new Image();      t_wow_1.src = "http://rubikon.pl/img/tw2.gif";
    t_wow_add_0 = new Image();  t_wow_add_0.src = "http://rubikon.pl/img/ta1.gif";
    t_wow_add_1 = new Image();  t_wow_add_1.src = "http://rubikon.pl/img/ta2.gif";
    t_news_0 = new Image();     t_news_0.src = "http://rubikon.pl/img/tn1.gif";
    t_news_1 = new Image();     t_news_1.src = "http://rubikon.pl/img/tn2.gif";

// WebMAIL //
    t_b2_01_0 = new Image(); t_b2_01_0.src = "/img/b2_01a.gif";
    t_b2_01_1 = new Image(); t_b2_01_1.src = "/img/b2_01b.gif";
    t_b2_02_0 = new Image(); t_b2_02_0.src = "/img/b2_02a.gif";
    t_b2_02_1 = new Image(); t_b2_02_1.src = "/img/b2_02b.gif";
    t_b2_03_0 = new Image(); t_b2_03_0.src = "/img/b2_03a.gif";
    t_b2_03_1 = new Image(); t_b2_03_1.src = "/img/b2_03b.gif";
    t_b2_04_0 = new Image(); t_b2_04_0.src = "/img/b2_04a.gif";
    t_b2_04_1 = new Image(); t_b2_04_1.src = "/img/b2_04b.gif";
    t_b2_05_0 = new Image(); t_b2_05_0.src = "/img/b2_05a.gif";
    t_b2_05_1 = new Image(); t_b2_05_1.src = "/img/b2_05b.gif";
}

function img_Off(imgName) {
    if (isIE4 || isNN4) {
		imgOff = eval(imgName + "_0.src");
		document [imgName].src = imgOff;
	}
}
function img_On(imgName) {
    if (isIE4 || isNN4) {
		imgOn = eval(imgName + "_1.src");
		document [imgName].src = imgOn;
	}
}

//
//
//

function polecam_rubikon_popup( id ) {
	idurl = ( id ? '?id=' + id : '' );
	popup = window.open('/polecam/polecam.html' + idurl,'popup','directories=no,width=500,height=570,menubar=no,resizable=yes,scrollbars=no,status=NO,toolbar=no');
}

function drukuj() {
	if (isNN) {
	    window.print();
	} else if(isIE) {
	    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
		document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
		WebBrowser1.ExecWB(6, 2);
	}
}

function show_counter() {
	counter = window.open('http://rejestracja.rubikon.pl/counter.html','counter','directories=no,width=230,height=100,menubar=no,resizable=no,scrollbars=no,status=NO,toolbar=no');
}

