/* // $( function() {		// $('.showHideBlock').click( function() {				// $(this).hide().next('.full_content_text').slideDown();			// } );	// } );/* $( document ).ready( function() {    var otn;    var nom;	otn = screen.width / screen.height;	otn = Math.floor(otn*10);	// alert(otn);	if ( screen.width <= 1280 )	{		// alert(1);		nom = 1;	}	else if ( screen.width <= 1440 )	{		// alert(2);		nom = 2;	}	else if ( screen.width <= 1920 )	{		// alert(3);		nom = 3;	}	else if ( screen.width <= 2560 )	{		// alert(4);		nom = 4;	}	var pictsrc;	pictsrc = "http://sc77.ru/tartufo/_files/upload/menu_3/"+otn+"_"+nom+".jpg";	alert(pictsrc);	$('#background-pic').css("backgroundImage","url(\""+pictsrc+"\")");	} ); */// if(screen.width>1050) {        // alert(screen.width +" | "+screen.height);        // }		// $('#total').css('background-position', 'center -220px');    // } */
