function changeColor(obj,objColor)
{
  if (obj.style)
    obj.style.backgroundColor = objColor;
}

function goLink(url)
{
  location.href = url;
}

function bokning() 
{
	var newWindow = window.open("http://www.hornet.nu/bokning.php", "vb", "screenX=100,screenY=100,scrollbars,height=680,width=668");
	newWindow.focus();
}

function bokning_eng() 
{
	var newWindow = window.open("http://www.hornet.nu/bokning_eng.php", "vb", "screenX=100,screenY=100,scrollbars,height=680,width=668");
	newWindow.focus();
}


function kontakt() 
{
	var newWindow = window.open("http://www.hornet.nu/kontakt.php", "vb", "screenX=100,screenY=100,scrollbars,height=500,width=600");
	newWindow.focus();
}
