$(document).ready(function(){
   $("#dokupload").submit(function() {
      $("span#progress").css("display","inline");
   });
    
   $(".shopdsystemvorr-t").hide();
	$(".shopdsystemvorr-h").wrapInner('<a href="javascript:void(0);" class="shopdsystemvorr-a" title="Hier klicken f&uuml;r mehr Informationen"></a>');
	$(".shopdsystemvorr-a").css("padding-right", "15px");
	$(".shopdsystemvorr-a").css("background", "transparent url(/shop/gr/more_ar.png) no-repeat 100% 90%");
	
	$('a.shopdsystemvorr-a').click(function() {
      $(".shopdsystemvorr-t").slideToggle(200);
	});
   
   // hide SysVoraussetzungen
	$(".shopdlizenzmodell-t").hide();
	$(".shopdlizenzmodell-h").wrapInner('<a href="javascript:void(0);" class="shopdlizenzmodell-a" title="Hier klicken f&uuml;r mehr Informationen"></a>');
	$(".shopdlizenzmodell-a").css("padding-right", "15px");
	$(".shopdlizenzmodell-a").css("background", "transparent url(/shop/gr/more_ar.png) no-repeat 100% 90%");
	
	$('a.shopdlizenzmodell-a').click(function() {
		$(".shopdlizenzmodell-t").slideToggle(200);
	});
   
   // hide shopdbeschreibungallg
	$(".shopdbeschreibungallg-t").hide();
	$(".shopdbeschreibungallg-h").wrapInner('<a href="javascript:void(0);" class="shopdbeschreibungallg-a" title="Hier klicken f&uuml;r mehr Informationen"></a>');
	$(".shopdbeschreibungallg-a").css("padding-right", "15px");
	$(".shopdbeschreibungallg-a").css("background", "transparent url(/shop/gr/more_ar.png) no-repeat 100% 90%");
	
	$('a.shopdbeschreibungallg-a').click(function() {
		$(".shopdbeschreibungallg-t").slideToggle(200);
	});
   
   // hide shopdbeschreibunglang
	$(".shopdbeschreibunglang-t").hide();
	$(".shopdbeschreibunglang-h").wrapInner('<a href="javascript:void(0);" class="shopdbeschreibunglang-a" title="Hier klicken f&uuml;r mehr Informationen"></a>');
	$(".shopdbeschreibunglang-a").css("padding-right", "15px");
	$(".shopdbeschreibunglang-a").css("background", "transparent url(/shop/gr/more_ar.png) no-repeat 100% 90%");
	
	$('a.shopdbeschreibunglang-a').click(function() {
		$(".shopdbeschreibunglang-t").slideToggle(200);
	});
   
   // hide shopdmehrbilder
	$(".shopdmehrbilder-t").hide();
	$(".shopdmehrbilder-h").wrapInner('<a href="javascript:void(0);" class="shopdmehrbilder-a" title="Hier klicken f&uuml;r mehr Informationen"></a>');
	$(".shopdmehrbilder-a").css("padding-right", "15px");
	$(".shopdmehrbilder-a").css("background", "transparent url(/shop/gr/more_ar.png) no-repeat 100% 90%");
	
	$('a.shopdmehrbilder-a').click(function() {
		$(".shopdmehrbilder-t").slideToggle(200);
	});
   
   // hide addproduktinfo
	//$(".addproduktinfo-t").hide();
	$(".addproduktinfo-h").wrapInner('<a href="javascript:void(0);" class="addproduktinfo-a" title="Hier klicken f&uuml;r mehr Informationen"></a>');
	$(".addproduktinfo-a").css("padding-right", "15px");
	$(".addproduktinfo-a").css("background", "transparent url(/shop/gr/more_ar.png) no-repeat 100% 90%");
	
	$('a.addproduktinfo-a').click(function() {
		$(".addproduktinfo-t").slideToggle(200);
	});
   
   // hide produktvergleich
	//$(".shopdproduktvergleich-t").hide();
	$(".shopdproduktvergleich-h").wrapInner('<a href="javascript:void(0);" class="shopdproduktvergleich-a" title="Hier klicken f&uuml;r mehr Informationen"></a>');
	$(".shopdproduktvergleich-a").css("padding-right", "15px");
	$(".shopdproduktvergleich-a").css("background", "transparent url(/shop/gr/more_ar.png) no-repeat 100% 90%");
	
	$('a.shopdproduktvergleich-a').click(function() {
		$(".shopdproduktvergleich-t").slideToggle(200);
	});
   
   // hide ininfospaltescroll
	$(".ininfospaltescroll-ul").hide();
	$(".ininfospaltescroll-h").wrapInner('<a href="javascript:void(0);" class="ininfospaltescroll-a" title="mehr Informationen"></a>');
	$(".ininfospaltescroll-ul").css("width", "200px");
   $(".ininfospaltescroll-t").css("position", "absolute");
   $(".ininfospaltescroll-t").css("z-index", "100");
   $(".ininfospaltescroll-t").css("width", "auto");
	//$(".ininfospaltescroll-a").css("background", "transparent url(/shop/gr/more_ar.png) no-repeat 100% 90%");
	
   /*
   position:absolute;
   z-index:100;
   width:145px;
   */
   
   var clicked = false;
   
   $('a.ininfospaltescroll-a').click(function() {
      clicked = !clicked;
      
      if (!clicked) {
         $(".ininfospaltescroll-ul").hide(200);
      }
   });
   
	$('a.ininfospaltescroll-a').mouseenter(function() {
      $(".ininfospaltescroll-ul").show(200);
      
   });
   
   $('a.ininfospaltescroll-a').mouseout(function() {
		if (clicked == false) {
         $(".ininfospaltescroll-ul").hide(200);
      }
	});
   
   

   
   
 });
