var nn6up = document.getElementById ? true : false;
var ns = document.layers ? true : false;
var ie = document.all ? true : false;
if (ie) nn6up = false;


isMac = (navigator.appVersion.indexOf("Mac") != -1) ? 1 : 0;
isClip = (nn6up || ns || (ie && !isMac)) ? 1 : 0;


function D(o) {
if (ns) return document.layers[o];
if (ie && document.all[o]) return document.all[o].style;
if (nn6up) return document.getElementById(o).style;
return 0;
}
function I(n) {
if (ns) return document.layers[n].document.images[n+'i'];
if (ie || nn6up) return document.images[n+'i'];
}


function show(o) {if (D(o)) D(o).visibility = 'visible';}
function hide(o) {if (D(o)) D(o).visibility = 'hidden';}


function ChangeHTML(name, nr) {

	if (document.getElementById && document.createElement)
	{
          if (nr == 1) var x = document.createTextNode('The best indicator of CompanyHouse\'s success, and our calling card, is our clients\' satisifaction with the results of our work.');
          if (nr == 2) var x = document.createTextNode('Our fundamental priority is personalised customer service. We approach each client individually, with the goal of increasing their profitability and the success of their business. Client requirements serve as the impetus for continuous improvement to the methods and procedures we apply.');
          if (nr == 3) var x = document.createTextNode('Alongside our standard service offerings, CompanyHouse provides flexible solutions tailored to individual client needs.');
          if (nr == 4) var x = document.createTextNode('We are open to new thinking and ideas, study them carefully and implement them in conformance with the interests of clients, the country and the economy.');
          if (nr == 5) var x = document.createTextNode('All of CompanyHouse\'s internal mechanisms are geared toward data protection and the protection of trade secrets. Thanks to our clients\' trust, our services are a calling card of respectability, thoroughness and professionalism at the highest level.');
          if (nr == 6) var x = document.createTextNode('CompanyHouse has a broad international background. Together with our partners, we employ only highly-qualified professionals who have the know-how to resolve both ordinary and unusual matters at their disposal.');

	  document.getElementById(name).appendChild(x);
	}
}


function RemoveHTML(name) {

	if (document.getElementById && document.createElement)
	{
	  // document.getElementById(name).firstChild.nodeValue='';	
	  var node = document.getElementById(name)
	  node.removeChild(node.childNodes[0]);
	}
}

function go2m() {

//      alert (document.slc.select.options[0].selected);
// v rovnakom okne self.location = document.slc.select.options[nr].value;

        nr=0;

	if (document.slc.select.options[nr].selected) self.location = document.slc.select.options[nr].value; nr++;
	if (document.slc.select.options[nr].selected) self.location = document.slc.select.options[nr].value; nr++;
	if (document.slc.select.options[nr].selected) self.location = document.slc.select.options[nr].value; nr++;
	if (document.slc.select.options[nr].selected) self.location = document.slc.select.options[nr].value; nr++;


}


