
var metaWindow;

function meta_legalNotice()
{
	metaWindow = window.open('html/legalnotice.html', 'ccl_legalnotice', "width=385,height=477,top=0,left=0,scrollbars=1,menubar=0,location=0,toolbar=0,status=0,resizable=0");
	metaWindow.focus();
}

function meta_contact()
{
	metaWindow = window.open('http://www.coca-cola-gmbh.de/kontakt/faq.do', '', '');
	metaWindow.focus();
}