var $j = jQuery.noConflict();

	$j(document).ready(function() {
        
		$j("ul[id=faqlist] li div").each(
    	function(){
      	$j(this).css("display", "none");
    }); 

    $j("#faqlist li a").click(function () {
    	//$j(this).next("div").show('fast'); return false
      $j(this).next("div").slideToggle(); return false
    });


		$j(".closepng img").mouseover(function() {
			$j(this).css('cursor', 'pointer');
		});

		$j(".closepng img").click(function() {
		 $j("#popup").hide();
		});
		//$j("#header").click(function() {
		// $j("#popup").show();
		//});

		$j("div.content-body a").click(function() {
			
		});


});

openwindow = function(url,width,height,name) {
  var openedwin = window.open(url, name, "width="+width+",height="+height+",scrollbars=yes");
  openedwin.focus();
}



/*   
$j("ul[id=faqlist] li div").each(
function(){
        //$j(this).css("display", "none");
*/
//$j(this).hide();
//   });        
/*
$('div.demo-show:eq(0)> h3').click(function() {
        $(this).next().slideToggle('fast');
});
*/
//$j(this).next().get(0).css("display", "none");
//alert( $j(this).next().get(0).tagName);
//$j(this).css("display", "none");      
//$('#divparent').find('divchildren').toggle();
//alert($j(this).text());
//$j(this).next().slideToggle('fast');
//$j(this).next().hide('fast');
//$j(this).next().hide('slow');
//alert($j(this).parent().attr);
//$j(this).find("a").attr("onClick")
//alert($j('div#languages ul li a.text()'));
//alert( $j( "div[id=languages] :first-child").text() );
//$lang_href = $j("div[id=languages] ul li a"); 
//if($lang_href.text() == "Ger") {
//alert("Deutsch");
//$lang_href.text() = "Neeeeeeeeeeeeeeeeeeeeeeee";
//}
//
//
//alert($lang_href.text());
//$('a').each(function(data){
//alert(this.text);
// }





