﻿/*
	ClearBox JS by pyro
	
	script home:		http://www.clearbox.hu
	developer's e-mail:	georgekrupa(at)gmail(dot)com
	developer's msn:	pyro(at)radiomax(dot)hu
	support forum:		http://www.sg.hu/listazas.php3?id=1172325655

	LICENSE:

	Using of the script is free for any non-commercial webpages without any commercial activities,
	without advertising or selling anything. If you want to use it on a commercial page, please contact the developer.
	The source code of the script (except of user variable settings) can be changed only with the developer's written permission.

*/


//
// 	User variable settings:
//

var

	CB_HideColor='#000', 
	CB_WinPadd=10,
	CB_RoundPix=12,
	CB_Animation='double',
	CB_ImgBorder=0,
	CB_ImgBorderColor='#000',
	CB_Padd=4,
	CB_ShowImgURL='off',
	CB_ImgNum='on',
	CB_ImgNumBracket='()',
	CB_SlShowTime=3,
	CB_TextH=40,
	CB_Font='"Trebuchet MS"',
	CB_FontSize=12,
	CB_FontColor='#777',
	CB_FontWeight='normal',
	CB_Font2='"Trebuchet MS"',
	CB_FontSize2=11,
	CB_FontColor2='#999',
	CB_FontWeight2='normal',
	CB_PicDir='',
	CB_BodyMarginLeft=0,
	CB_BodyMarginRight=0,
	CB_BodyMarginTop=0,
	CB_BodyMarginBottom=0,
	CB_Preload='on',
	CB_TextNav='off',
	CB_NavTextPrv='Пред.',
	CB_NavTextNxt='След.',
	CB_NavTextFull='Оригинальный размер и загрузка',
	CB_NavTextDL='Сохранить',
	CB_NavTextClose='Закрыть',
	CB_NavTextStart='Запуск Слайд-шоу',
	CB_NavTextStop='Остановить Слайд-шоу',
	CB_NavTextImgPrv='off',
	CB_NavTextImgNxt='off',
	CB_NavTextImgFull='off',
	CB_NavTextImgDL='off',
	CB_PictureStart='start.png',
	CB_PicturePause='pause.png',
	CB_PictureClose='close.png',
	CB_PictureLoading='loading.gif',
	CB_PictureNext='next.png',
	CB_PicturePrev='prev.png',
	CB_HideOpacitySpeed=400,
	CB_ImgOpacitySpeed=450,
	CB_TextOpacitySpeed=350,
	CB_HideOpacity=.85,
	CB_AnimSpeed=600,
	CB_ImgTextFade='on',
	CB_FlashHide='off',
	CB_SelectsHide='on',
	CB_NoThumbnails='off', 
	CB_SimpleDesign='on',
	CB_ImgMinWidth=200,
	CB_ImgMinHeight=160,
	CB_CloseOnH='on',
	CB_ShowGalName='off',
	CB_AllowedToRun='on',
	CB_AllowExtFunct='off',
	CB_FullSize='off'

;

//
//	Do not change the following code!
//
