jQuery.noConflict();
   
jQuery(document).ready(function($){
  	$('#navi .mp').hover(
  		function(){
  			$(this).children('.sm').fadeIn(200);
  				$(this).children('.ml').addClass("mlact2");
  		},
  		function(){
  			$(this).children('.sm').fadeOut(200);
  			$(this).children('.ml').removeClass("mlact2");
  		}
  	);
  	
  	$('.jqfancybox').each(function(){
  		if($(this).attr("href").substr(0,7)=="http://"){
  			$(this).removeClass("jqfancybox");
  			$(this).addClass("jqfancyboxiframe");
  			$(this).attr("rel","");
  		}
  	});
});


function openfb(txt){
	var fbtext='<div id="fbbalken"><h1>Kosten</h1></div><div id="fbtext"><p>'+txt+'</p><p>Bitte beachten Sie unsere Nutzungsbedingungen unter Impressum.</p></div>';
	jQuery.fancybox(
		fbtext,
    	{
	    	'autoDimensions': false,
        	'width': 500,
        	'height': 'auto',
        	'transitionIn': 'fade',
        	'transitionOut': 'fade',
        	"padding": 0,
        	"speedIn": 300,
        	"speedOut": 300,
        	"changeSpeed": 300,
        	"easingIn": "swing",
        	"easingOut": "swing",
        	"showCloseButton": true,
        	"showNavArrows": true,
        	"enableEscapeButton": true,
        	"overlayShow": true,
        	"overlayOpacity": 0.4,
        	"overlayColor": "#666",
        	"centerOnScroll": false,
        	"hideOnContentClick": false
        }
    );
}

function openfbform(txt){
	jQuery.fancybox(
	"http://www.schoenheits-chirurgie.com/?id=50&lay=1&tx_powermail_pi1[uid11]="+txt,
	{
	    'width': 500,
	    'height': 400,
        'autoScale': false,
        'scrolling': "auto",
	    'type': 'iframe',
	    'transitionIn': 'fade',
        'transitionOut': 'fade',
        "padding": 0,
        "speedIn": 300,
        "speedOut": 300,
        "changeSpeed": 300,
        "easingIn": "swing",
        "easingOut": "swing",
        "showCloseButton": true,
        "showNavArrows": true,
        "enableEscapeButton": true,
        "overlayShow": true,
        "overlayOpacity": 0.4,
        "overlayColor": "#666",
        "centerOnScroll": false,
        "hideOnContentClick": false
	});
}

function openfbform2(txt){
	jQuery.fancybox(
	"http://www.schoenheits-chirurgie.com/?id=54&lay=1&tx_powermail_pi1[uid54]="+txt,
	{
	    'width': 500,
	    'height': 400,
        'autoScale': false,
        'scrolling': "auto",
	    'type': 'iframe',
	    'transitionIn': 'fade',
        'transitionOut': 'fade',
        "padding": 0,
        "speedIn": 300,
        "speedOut": 300,
        "changeSpeed": 300,
        "easingIn": "swing",
        "easingOut": "swing",
        "showCloseButton": true,
        "showNavArrows": true,
        "enableEscapeButton": true,
        "overlayShow": true,
        "overlayOpacity": 0.4,
        "overlayColor": "#666",
        "centerOnScroll": false,
        "hideOnContentClick": false
	});
}


//Formular
jQuery(document).ready(function($){
  	if($('#powermaildiv_uid12').html()!=null && typeof $('#powermaildiv_uid12').html()!="undefined"){
  		var txt=$('#powermaildiv_uid12').html();
  		txt=txt.replace("<!--INFOPAKET-->Infopaket<!--INFOPAKET-->", $("#infopaket input:hidden").val());
  		$('#powermaildiv_uid12').html(txt);
  	}
  	
  	if($('#powermaildiv_uid55').html()!=null && typeof $('#powermaildiv_uid55').html()!="undefined"){
  		var txt=$('#powermaildiv_uid55').html();
  		txt=txt.replace("<!--INFOPAKET-->Infopaket<!--INFOPAKET-->", $("#infopaket input:hidden").val());
  		$('#powermaildiv_uid55').html(txt);
  	}
});
