domReady(function()
{
var example_14 = new ImageFlow();
example_14.init({ ImageFlowID: 'example_14', 
                       // reflectionGET: '&bgc=ffffff&fade_start=20%', // 
					    aspectRatio: 1.618, 
						startID: 7 ,
						captions: false, 
						imageCursor: "pointer", 
						opacity: true,  
						scrollbarP:.8,
						reflectionPNG: false,
						// imageFocusM: 1.4,
							  reflectionGET: '&bgc=f2f1ef&fade_start=20%' ,
							  sliderCursor:'move'

						 });
var socialnetwork2 = new ImageFlow();
	socialnetwork2.init({ ImageFlowID: 'socialnetwork2', startID: 2, captions: false, reflections: false, imageCursor: "pointer",  slider: false ,  aspectRatio: 1.683, imageFocusM: 1.19 });

});

