function mail_wyslij(uzytkownik,domena) {
 adres = "mailto:" + uzytkownik + "@" + domena;
 window.location = adres; 
}












$(document).ready(function(){

    $("#m1bp a").blend({pulse:true});
    $("#m31bp a").blend({pulse:true});

		$('#wybierz_recenzja').click(
		function()
		{
			$('#wybierz_recenzja_wiecej').toggle();
		}).toggle(function() { $(this).text('Recenzja (schowaj)'); }, function() { $(this).text('Recenzja (wiêcej)'); });


  	jQuery('#parallax').jparallax({}).append(corners);



});













// http://code.google.com/p/jquery-imageframe/
$(function(){
	$.ifixpng.pixel = 'gfx/pixel.gif';
	$.imageFrame.defaultFrameStyle = 'sharp';


/*
	$('.test:not(#customFrameStyle) img').imageFrame()
	$('#block1 div div:not(.clr)').imageFrame();
	$('#block1 div h4').imageFrame();

	$('#inline strong').imageFrame();
	$('#inlineBlock p').imageFrame();

	$.imageFrame.frameStyles['roundedTL'] = {frameClass:'frameRoundedTL'};
	$('#customFrameStyle img').imageFrame('roundedTL');
*/




$.imageFrame.frameStyles['glassbox'] = {frameClass:'glassbox'};
$('#czytelnia-polecane-1 img').imageFrame('glassbox2');






	$('.test:not(#customFrameStyle) img').imageFrame()

	$.imageFrame.frameStyles['Sharp'] = {frameClass:'frameSharp'};


	$('#iF_photo_120 img').imageFrame(Sharp);
	$('#iF_photo_240 img').imageFrame('Sharp');



	$('#iF_ramka span').imageFrame();
	$('#iF_ramka_table table').imageFrame();


});
















