function go(url)
{
	window.open('online/'+url+'.php', '', 'resizable=0,width=320,height=630,scrollbars=1');
}

function pricelist(url)
{
	window.open('pricelist/'+url+'.php', '', 'resizable=0,width=1070,height=810,scrollbars=1');
}

function externalLinks()
{
	if (!document.getElementsByTagName) return;
	var anchors = document.getElementsByTagName("a");
	for (var i=0; i<anchors.length; i++)
	{
		var anchor = anchors[i];
		if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external")
			anchor.target = "_blank";
	}
}
window.onload = externalLinks;

var poz = "";

function cursor(object)
{
	poz=object;
	hide('');
}

function hideobject()
{
	if (poz != "pricelist")
	{
		document.getElementById('menu_pricelist').className = ''; 
		if (document.getElementById('pricelist').style.visibility ="visible")
			document.getElementById('pricelist').style.visibility = "hidden";
	}
	else document.getElementById('menu_pricelist').className ="on";
}

function show(object)
{
	document.getElementById(object).style.visibility = "visible";
}

function hide(object)
{
	timerID = setTimeout('hideobject()',0);
}

function printPDF()
{
  $("#pdfFile").jqprint({ operaSupport: true });
}

$(function()
{
  $("#phone").click(function()
  {
    window.location = 'home/pdf/vyhody.pdf';
  });
});

$(function()
{
  $("#download").click(function()
  {
    window.location = 'downloads';
  });
});
