$(document).ready(function(){
	$('.cats').click(function(){
		$('.submenu').html('<div class="catlist"><div class="catitem"><div class="catimg"><a href="http://yafb.de/category/babes/"><img src="/wp-content/themes/yafb/images/cats/babes.jpg" alt="Kategorie Babes" /></a></div><h3><a href="http://yafb.de/category/babes/">Babes</a></h3><p>Hei&szlig;e Babes in Form von Bildern und Videos. Ab 16 Jahren!</p></div><div class="catitem"><div class="catimg"><a href="http://yafb.de/category/bilder/"><img src="/wp-content/themes/yafb/images/cats/bilder.jpg" alt="Kategorie Bilder" /></a></div><h3><a href="http://yafb.de/category/bilder/">Bilder</a></h3><p>Sammlungen verr&uuml;ckter, lustiger und atemberaubender Bilder. Ab 16 Jahren!</p></div><div class="catitem"><div class="catimg"><a href="http://yafb.de/category/flashgames/"><img src="/wp-content/themes/yafb/images/cats/flashgames.jpg" alt="Kategorie Flashgames" /></a></div><h3><a href="http://yafb.de/category/flashgames/">Flashgames</a></h3><p>Langeweile? Lust zu daddeln? Dann findest du hier ein paar S&uuml;chtigmacher aus der Kategorie Flashgames.</p></div><div class="catitem"><div class="catimg"><a href="http://yafb.de/category/musik/"><img src="/wp-content/themes/yafb/images/cats/musik.jpg" alt="Kategorie Musik" /></a></div><h3><a href="http://yafb.de/category/musik/">Musik</a></h3><p>Finde coole Tracks, die du noch nicht kanntest oder lach dich &uuml;ber idiotische Parodien kaputt.</p></div><div class="catitem"><div class="catimg"><a href="http://yafb.de/category/news/"><img src="/wp-content/themes/yafb/images/cats/news.jpg" alt="Kategorie News" /></a></div><h3><a href="http://yafb.de/category/news/">News</a></h3><p>Neuigkeiten aus Internet und TV - ob ernst oder lustig, hier ist alles dabei.</p></div><div class="catitem"><div class="catimg"><a href="http://yafb.de/category/own/"><img src="/wp-content/themes/yafb/images/cats/own.jpg" alt="Kategorie Own Content" /></a></div><h3><a href="http://yafb.de/category/own/">Eigener Inhalt</a></h3><p>F&uuml;r die freundlichen genossen, die uns verlinken wollen. Hier findest du aussschlie&szlig;lig eigenen Inhalt.</p></div><div class="catitem"><div class="catimg"><a href="http://yafb.de/category/shocking/"><img src="/wp-content/themes/yafb/images/cats/shocking.jpg" alt="Kategorie Shocking" /></a></div><h3><a href="http://yafb.de/category/shocking/">Shocking</a></h3><p>Nichts f&uuml;r schwache Nerven. Lauter kranke Videos und Bilder.</p></div><div class="catitem"><div class="catimg"><a href="http://yafb.de/category/video/"><img src="/wp-content/themes/yafb/images/cats/video.jpg" alt="Kategorie Video" /></a></div><h3><a href="http://yafb.de/category/video/">Videos</a></h3><p>Allgemein alles an Videos, ob sexy, lustig, interessant oder ekelhaft.</p></div><div class="catitem"><div class="catimg"><a href="http://yafb.de/category/wallpaper/"><img src="/wp-content/themes/yafb/images/cats/wallpaper.jpg" alt="Kategorie Wallpaper" /></a></div><h3><a href="http://yafb.de/category/wallpaper/">Wallpaper</a></h3><p>Die besten Wallpaper f&uuml;r deinen Desktop.</p></div><div class="catitem"><div class="catimg"><a href="http://yafb.de/category/werbung/"><img src="/wp-content/themes/yafb/images/cats/werbung.jpg" alt="Kategorie Werbung" /></a></div><h3><a href="http://yafb.de/category/werbung/">Werbespots</a></h3><p>Lustige Werbespots und Plakate.</p></div><div class="clear-left"></div><div class="right close button">Schlie&szlig;en</div><div class="clear-right"></div></div>').fadeIn('slow');
		$('.close').css({'margin' : '5px'});
		$('.close').click(function(){
			$('.submenu').html('').hide();
		});
	});
	$('.become-partner').click(function(){
		var oldValue = '';
		$('.submenu').html('<div class="partnerform"><p style="font-family: Verdana; font-size: 13px; font-weight: bold; margin-top: 10px;">Partnerschaft beantragen:</p><form method="POST" action="/wp-content/themes/yafb/become-partner.php"><input name="es_action" value="eintragen" type="hidden"><div class="left"><label class="first" for="es_et_name">Name der Seite:</label></div><div class="left"><input name="es_et_name" value="BeispielSeite" class="text" size="20" type="text"></div><div class="left"><label for="es_et_domain">Domain:</label></div><div class="left"><input name="es_et_domain" value="beispielseite.de" class="text" size="20" type="text"></div><div class="clear-left"></div><div class="left"><label class="first" for="es_et_url">Ziel-URL:</label></div><div class="left"><input name="es_et_url" value="http://www.beispielseite.de" class="text" size="20" type="text"></div><div class="left"><label for="es_et_email">E-Mail:</label></div><div class="left"><input name="es_et_email" value="" class="text" size="20" type="text"></div><div class="right"><input value="Beantragen" class="button" type="submit"></div><div class="right close button">Schlie&szlig;en</div><div class="clearer"></div></form></div><div class="refer"><a href="http://www.eliteseite.de" target="_blank" style="background: none;">PartnerScript 2.2 by EliteSeite.de</a></div>').fadeIn('slow');
		$('.close').click(function(){
			$('.submenu').html('').hide();
		});
		$("input.text").focus(function(){
			oldValue = $(this).val();
			$(this).val('');
		});
		$("input.text").blur(function(){
			var newValue = $(this).val();
			if (newValue == "") {
				$(this).val(oldValue);
			}
		});
	});
	$('.upload').click(function(){
		if ($('#authorized').attr('title') == 'true'){
			$('.submenu').html('<div class="uploadcontainer"><p>Was m&ouml;chtest du hochladen?</p><div class="left button video">Video</div><div class="left button picdump">Picdump</div><div class="left button wallpaper">Wallpaper</div><div class="clear-left"></div><div class="button close right">Schlie&szlig;en</div><div class="clear-right"></div></div>').fadeIn('slow');
		}
		else{
			$('.submenu').html('<div class="left login"><p class="strong">Du musst dich zuerst anmelden.</p><fieldset><form method="post" id="signin" action="http://yafb.de/wp-content/themes/yafb/login.php"><label for="username">E-Mail:</label><input id="username" name="username" value="" title="username" tabindex="4" type="text"></p><p><label for="pwd">Passwort:</label><input id="pwd" name="pwd" value="" title="password" tabindex="5" type="password"></p><p><input class="button" type="submit" id="signin_submit" value="Login" name="submit" ></input></p><br /><p><a href="">Passwort vergessen?</a></p></form></fieldset></div><div class="right register"><p class="strong">Noch keinen Account?</p><p><img src="http://yafb.de/wp-content/themes/yafb/images/register.jpg" /></p></div><div class="clearer center"><input class="button close" value="Vergiss es, schlie&szlig;en!" ></input></div>').fadeIn('slow');
		}
		$('.uploadcontainer').css({'padding' : '5px'});
		$('.uploadcontainer p').css({'font-weight' : 'bold'});
		$('.close').click(function(){
			$('.submenu').html('').hide();
		});
		$('.video').click({});
	});
});