$( document ).ready( function( ){
	$('.slider').nivoSlider({
		 effect: 'sliceDown',
		 controlNav:true,
		 directionNav:false
	});

	$('#customers').nivoSlider({
		 effect: 'fade',
		 directionNavHide:false,
		 controlNav:false
	});

	$(".screen .thumbs a").click(function(event){
		var src = new String( $( this ).find( "img" ).attr( "src" ) ).replace( "thumb", "screen" );
		$( ".mainscreen" ).attr( "src", src );
		return false;
	});

	$( "#online, .nw" ).click( function( ){
		window.open( $( this ).attr( "href" ) );

		return false;
	} );
});
