// JavaScript Document for Highslide Popup - Home Page
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	hs.outlineType = 'glossy-dark';
	hs.wrapperClassName = 'dark';
//	hs.numberPosition = 'caption';
	hs.useBox = false;
//	hs.width = 600;
//	hs.height = 400;
	hs.dimmingOpacity = 0.8;
hs.blockRightClick = true;




//hs.outlineType = 'custom';
//hs.dimmingOpacity = 0.5;
//hs.fadeInOut = true;
//hs.useBox = true;
//hs.width = 600;
//hs.height = 400;
//hs.allowMultipleInstances = false;
hs.captionEval = 'this.a.title';

hs.registerOverlay({
	html: '<div class="closebuttonSingle" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: false,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});



	// Configurations for first gallery
	var image1 = {
		thumbnailId: 'thumbLogo', 
		//slideshowGroup: 'thumbLogo'
	}
	
	// Configurations for second gallery
	var image2 = {
		thumbnailId: 'thumbDaEunKim', 
		//slideshowGroup: 'thumbLogo'
	}


