hs.graphicsDir = '/Images/highslide/';
hs.allowMultipleInstances = false;
$(document).ready(function(){
//	fixPNG(document);
});
function showImg(obj){
	hs.outlineType = 'x'; hs.fadeInOut = true; hs.lang.creditsText = ''; hs.width = 260; hs.marginTop = 35; hs.expand(obj);
	return false;
}
function showSwf(obj){
	hs.outlineType = 'x'; hs.fadeInOut = true; hs.lang.creditsText = '';
	hs.lang.moveText = '';
	hs.lang.closeText = 'X';
	return hs.htmlExpand(obj, { objectType: 'swf', width: 700, objectWidth: 700, objectHeight: 400, maincontentText: 'Flash player'  });
}