
$(document).ready(function() {
$('#product-description').expander({
  slicePoint: 890, 
		expandEffect: 'fadeIn',
  expandText: 'MERE INFO',
  userCollapseText: 'MINDRE INFO'
});

	/* This is basic - uses default settings */
	


	$("a#compare").fancybox({	
		'overlayShow':		true,
		'frameWidth': 555,
		'frameHeight': 505
	});
	
	$("a#video").fancybox({	
		'overlayShow':		true,
		'frameWidth': 640,
		'frameHeight': 383,
		'hideOnContentClick': false,
		'callbackOnClose': function() { $("#fancy_content").empty(); } 
	});	
	
	$("a#boxcontent").fancybox({
		'overlayShow':		true,
		'frameWidth': 300,
		'frameHeight': 150
	});

	$("a#dview").fancybox({
		'overlayShow':		true,
		'frameWidth': 600,
		'frameHeight': 445

	});	
});


