//My Gallery---
hs.registerOverlay( {
	thumbnailId: null,
	overlayId: 'controlbar',
	position: 'top right',
	hideOnMouseOut: true
	}
);
	
hs.graphicsDir = 'js/my_gallery/graphics/';
hs.outlineType = 'rounded-white';
window.onload = function() {
	hs.preloadImages(5);
	}
//---My Gallery

function showflash(file,width,height) {
    document.write('<div class=\'flash\'>');
    document.write('<object type=\"application/x-shockwave-flash\" data=\"'+file+'\" width=\"'+width+'\" height=\"'+height+'\">');
    document.write('    <param name=\"movie\" value=\"'+file+'\" />');
    document.write('    <param name=\"wmode\" value=\"transparent\" />');
    document.write('</object>');
    document.write('</div>');
}
