jQuery.noConflict();

jQuery(document).ready(function() {
				
		jQuery("div#taal-engels").hide()
		jQuery("div#slidercontent").hide()
		jQuery("div#contactring").hide()
		jQuery("div#menuinfo ul").hide()
		jQuery("div#menuinfo ul").slideToggle(1000)
		jQuery("ul#hidden").hide()		
		jQuery("a#selector").click(function(){
						if (jQuery("ul#hidden").is(":hidden")) {
							jQuery("ul#hidden").slideDown(500)
						}
						else
						{
							jQuery("ul#hidden").slideUp(500)
						}
   		
		});
		jQuery("img#fotovergroot").click(function(){
		
					jQuery("#productcenter").show()
					jQuery("#contactring").hide()
					jQuery("div#slidercontent").fadeIn(2000)
					jQuery("div#productsright").hide()
					jQuery("#productdetails").hide()
					jQuery("a#showcontact").html("<img src='/images/meer_info.jpg' alt='meer informatie'")
					jQuery("a#showpic").html('<img src="/images/terug_naar_productinfo.jpg" border="Opx" id="fotovergroot" name="fotovergroot"/>')
					jQuery("#productcenter").fadeOut()
		});
		jQuery("img#fotovergroot2").click(function(){
					jQuery("#slidercontent").hide()
					jQuery("#productdetails").fadeIn()
					jQuery("#productcenter").fadeIn()
					jQuery("#productsright").fadeIn()
					jQuery("a#showpic").html('<img src="/images/foto_vergroten.jpg" border="Opx" id="fotovergroot" name="fotovergroot"/>')
					
		});
		
		jQuery("a#showcontact").click(function(){
			if (jQuery("#contactring").is(":hidden")) {
					jQuery("div#productsright").hide()
					jQuery("div#productcenter").hide()
					jQuery("a#showcontact").html("<img src='/images/terug_naar_productinfo.jpg' alt='meer informatie'")
					jQuery("a#showpic").html('<img src="/images/foto_vergroten2.jpg" border="Opx" id="fotovergroot" name="fotovergroot"/>')
					jQuery("#contactring").fadeIn(1000)				
			}
			else
			{
					jQuery("#contactring").hide()
					jQuery("div#productsright").fadeIn(500)
					jQuery("div#productcenter").fadeIn(500)
					jQuery("a#showcontact").html("<img src='/images/meer_info.jpg' alt='meer informatie'")
					jQuery("a#showpic").html('<img src="/images/foto_vergroten.jpg" border="Opx" id="fotovergroot" name="fotovergroot"/>')
			}
		});
		  
	
						   
		jQuery("div#slidercontact").hide()
		jQuery("div#navrechts").click(function(){
						if (jQuery("#slider").is(":hidden")) {
							jQuery("div#slidercontact").hide()
							jQuery("div#slider").fadeIn(1000)
							jQuery("li#contactrayjo").html ('CONTACT RAYJO')
						}
						else
						{
							jQuery("div#slidercontact").fadeIn(1000)
							jQuery("div#slider").hide()	
							jQuery("li#contactrayjo").html ('TERUG')
						}
   		
	});
								
 
});	


function slider()
	{
	jQuery(document).ready(function() {
	   jQuery('#s3slider').s3Slider({
		  timeOut: 2000
	   });
	}); 
	}
	
jQuery(function () {
				jQuery("#slidemenu > li").hover(
					function (e) {
						jQuerythis = jQuery(this)
						jQuerythis.stop().animate({
							paddingLeft : '34px'
						}, {queue:false,duration:300});
					},
					
					function () {
						jQuerythis = jQuery(this)
						jQuerythis.animate({
							paddingLeft : '17px'
						}, {queue:false,duration:300});
					}
				);
			});


