function popImage(windowHeight, windowWidth, windowName, windowUri){
    popWin = window.open(windowUri, 'windowName', 'width=' + windowWidth + ',height=' + windowHeight + ', scalable=0');
    popWin.focus();
}

$(document).ready(function() {
/*		
	$("a[rel=gouaches]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'padding'			: '0',
		'titleShow'			: 'true',
		'overlayOpacity'	: '1',
		'overlayColor'		: '#fff',
		'changeSpeed'		: 10,
		'changeFade'		: 10,
		'transitionIn'		: 'none',
		'speedIn'			: 10,
		'speedOut'			: 10,
		'cyclic'			: 'true'
	});
*/
});	

