//jQuery.noConflict();

//инициализация
//$(document).ready(init);

function init(){
  $("table.formtable tr:even td").attr("className", "greybackground");

  if ( $.browser.opera ){
    $('div.smallimages').css('marginLeft', '3px');  }}


//составление емайла из частей
function startmessage(e1, el, e2){
	if (!el)
	  return;
	var m = e2+'@'+e1;
	el.href = 'mai'+'lto:'+m;
}


//обрезаем контент текстового блока
function setcontent(th, cnt, set){  if (set)	  $(th).attr('value', $(th).attr('value').substring(0, cnt));
	$('#currentsymbolsnumber').html($(th).attr('value').length);
}

//заголовок меняем в документе
function settitle(st, add){	if (add)
	  document.title = document.title+" | "+st;
	else
	  document.title = st;}

