function meta( c )
{
	var url	= "http://www.mcdonalds.de/metanavigation/";
	if( c == "kontakt" )
	{
		url	+= "hilfe_kontakt/kontakt.cfm";
	} else if( c == "impressum" ) {
		url	+= "impressum.html";
	} else if( c == "datenschutz" ) {
		url	+= "datenschutz.html";
	}
	
	var contact	= self.open( url, "contact", "width=1000,height=700,scrollbars=1" );
	if( contact )
	{
		contact.focus();
	}
	return false;
}

function shareFacebook()
{
	winfb	= window.open( "http://www.facebook.com/sharer.php?u=" + encodeURIComponent(url), "winfb", "width=700,height=400,scrollbars=yes" );
	winfb.focus();
}

function shareTwitter()
{
	wintw	= window.open( "http://twitter.com/home?status=" + encodeURIComponent("Bewerte jetzt deinen McDrive um eine All-you-can-eat Party oder eins von über 10.000 McMenüs zu gewinnen. " + url), "wintw", "width=800,height=500,scrollbars=yes" );
	wintw.focus();
}

function shareVZ()
{
	winvz	= window.open( "http://www.studivz.net/Suggest/Selection/?u=" + encodeURIComponent(url) + "&desc=" + encodeURIComponent("Jetzt deinen McDrive bewerten, und eins von über 10.000 McMenüs gewinnen!") + "&prov=" + encodeURIComponent(domain), "winvz", "width=1000,height=600,scrollbars=yes" );
	winvz.focus();
}
