function open_technology_popup(id)
{
	wnd = window.open("technology_popup0607.php?id_technology="+id, "", "width=773,height=341,scrollbars=no");
	wnd.focus();
}

function open_alpine_racing_liveticker()
{
	if (!site_id)
		site_id = 2;
	
	if (site_id == 2)
		var url = '/liveticker/index.html';
	else
		var url = '/liveticker/index_en.html';

	wnd = window.open(url, "", "width=700,height=502,scrollbars=no");
	wnd.focus();
}
