jQuery.noConflict()(function(){	

	vb=navigator.appVersion;
	name=navigator.appName;
	if(vb.indexOf("MSIE")<0 && name.indexOf("Opera")<0){
		jQuery('.block').corner('round 7px');
	}
	
	
	jQuery("a.hs_zoom").live("click",function(){
		return hs.expand(this);
		return false;
	});

});

function show_p(){
	jQuery("body.ekocin #page2 p.hidden").toggle()
	jQuery("#content #sub").css("height","auto")
}




/* Сервис // прибавление действия к a.highslide
-----------------------------------------------------------------------------*/    

/*
	jQuery("#content a.highslide").bind('click', function(){
		return hs.expand(this);
		return false;
	});*/
