$(document).ready(function(){

$('A[rel="external"]').click( function() {
	window.open( $(this).attr('href') );
	return false;
	});		
	
	
	$('#srch').focus(function(){
		$(this).val("");
	});
	
	$('.cs1').hover(function(){
    $(this).stop().animate({color: '#C48308'});
}, function() {
    $(this).stop().animate({color: '#21562F'});
});	
	
	$('.button1, .button2, .button4, .button5, .buttonclient, .choose').hover(function(){
    $(this).stop().animate({color: '#FFFFFF'});
}, function() {
    $(this).stop().animate({color: '#F2F2F2'});
});	
	
	
	
	


});


function loc (linka) {
    	window.location.href = linka;	
 }; 
 
 
