﻿function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  void(0);
}

function player(tytol) {
 	if(tytol=="terminal") window.location= "http://www.dtk.pl/new/index.php?r=produkty&rr=s_terminale";
}

function go()
{
	box = document.forms['example'].navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

function ChangeBG(obj,func)
{
	if(func=="on") obj.bgColor='#FF984E';
	else if(func=="off") obj.bgColor='';
	return true;
}


