function open_page(targetlocation)
{
        return window.open(targetlocation);
}

function pridejDoOblibenych() 
{
	window.external.AddFavorite('http://www.bestkiteboarding.cz','BESTKITEBOARDING.CZ');
}

function new_image_window(href)
{
	return window.open(href,'','width=640,height=480,resizable=yes,scrollbars=yes,menubar=yes,status=yes,toolbar=yes,location=yes');
}