// Weblinks von ww.FCGFanatics.de
// ------------------------------
//
function wl(dienst) {
	wlurl = encodeURIComponent('http://www.fcgfanatics.de/');
	switch(dienst) {

		case 'fcg2000':
			window.open('http://www.fcg2000.de');
			break;

		case 'fcgfrauen':
			window.open('http://www.fcg-frauen.de');
			break;

		case 'firefox':
			window.open('http://www.mozilla-europe.org/de/products/firefox/');
			break;

		case 'owlforum':
			window.open('http://forum.myphorum.de/list.php?f=1492');
			break;

	}
}
