////////////////////////////////////////////////////////// // Vimas Technologies WebPhotoAlbum data file. // NOTE: DO NOT EDIT THIS FILE !!!! ////////////////////////////////////////////////////////// var AssociatedHTML="CBA.html"; var album_name=""; var album_description=""; var album_global_settings="Common={PreviewOptions={EnableAutoPreview=Yes;PreviewDelay=5;NumImages=4;SlideTitle='Preview image';PreviewThumb='//[std_res]/th_default.jpg';PreviewZoom='//[std_res]/default.jpg';};WizardParam={OpenWhenDone=Yes;DoCopyTemplateContents=Yes;LowercaseFilenames=Yes;NumEntries=10;NumRecentFonts=3;NotifyPrompts[3]={Yes,Yes,Yes};};Mode=AutoGenerated;UseIE4AdvancedFeatures=Yes;AlbumTemplate='//[std_templ]/';Location='C:\tmp\tmp4';};Album={AlbumProp={MarginMode=Margins;MarginLeft=10;MarginRight=10;MarginTop=10;MarginBottom=10;ClientWidth=800;ClientHeight=600;UseBgColor=No;BgColor='#7CBF5F';UseBgImage=No;BgImage='//[std_bg]/';IncludeTitle=No;LeftTitlePos=5;TopTitlePos=0;TitleFont={RecentFontList[1]={'Arial'};Size=Large;Alignment=Left;Bold=Yes;Italic=Yes;Underline=No;Strikeout=No;UseColor=Yes;Color='#EBFAEC';};UseShadow=No;ShadowOffset=3;ShadowColor='#004040';};AlbumTypeProp={AlbumType=ThumbnailsAndZoom;Orientation=Horizontal;LayoutType=AutoLayout;MaxCols=5;MaxRows=5;};ZoomProp={ZoomViewType=ZoomImage;HorzMargin=10;VertMargin=0;SlideShowDelay=20;DontProcessZoom=Yes;LinkTemplate='http://www.yoursite.com/images/frame%s.html';UseShape=No;RecentShapesList[10]={'//[std_sh]/vfilm08.png','//[std_sh]/Rectangle.png','//[std_sh]/shape000.png','//[std_sh]/shape001.png','//[std_sh]/shape006.png','//[std_sh]/shape007.png','//[std_sh]/shape010.png','//[std_sh]/shape014.png','//[std_sh]/shape015.png','//[std_sh]/shape017.png'};UseBorder=No;BorderWidth=4;BorderStyle=Ridge;BorderColor='#00FF40';UseBgColor=No;BgColor='#008080';UseBgImage=No;BgImage='//[std_bg]/';AskLinkForEachImage=No;OpenLinkInNewWindow=Yes;};ThumbnailProp={SlideWidth=93;SlideHeight=70;HorzSpace=5;VertSpace=20;FrameType=Noborder;RecentFramesList[10]={'//[std_fr]/bunt\Bu042.gif','//[std_fr]/Bunt\ne183.gif','//[std_fr]/Bunt\ku173.gif','//[std_fr]/Bunt\hd140.gif','//[std_fr]/Bunt\hd120.gif','//[std_fr]/Bunt\hd020.gif','//[std_fr]/Bunt\bu171.gif','//[std_fr]/Bunt\bu170.gif','//[std_fr]/Bunt\bu162.gif','//[std_fr]/Bunt\bu160.gif'};BorderStyle=Solid;BorderWidth=2;BorderColor='#FFFF00';UseShape=No;RecentShapesList[10]={'//[std_sh]/vfilm08.png','//[std_sh]/shape035.png','//[std_sh]/Rectangle.png','//[std_sh]/shape000.png','//[std_sh]/shape001.png','//[std_sh]/shape006.png','//[std_sh]/shape007.png','//[std_sh]/shape010.png','//[std_sh]/shape014.png','//[std_sh]/shape015.png'};UseTitle=Yes;VertDistance=0;TitleFont={RecentFontList[1]={'MS Sans Serif'};Size=Smallest;Alignment=Left;Bold=No;Italic=No;Underline=No;Strikeout=No;UseColor=Yes;Color='#000000';};NamingMode=UseFileName;TitleTemplate='Image %s';DescrTemplate='%s';UseSameFrameDimensions=Yes;FrameWidth=93;FrameHeight=70;};ToolbarProp={DisableControls=No;ShowHints=Yes;ShowFirst=Yes;ShowPrev=Yes;ShowNext=Yes;ShowLast=Yes;ShowSlideShow=No;TopPosition=5;LeftPosition=10;ToolbarStyle=AsLinks;ToolbarCaptions={First='First';Prev='Previous';Next='Next';Last='Last';Slideshow='SlideShow';};ToolbarHints={First='First';Prev='Previous';Next='Next';Last='Last';Slideshow='SlideShow';};ToolbarFont={RecentFontList[2]={'MS Sans Serif','Arial'};Size=Small;Alignment=Left;Bold=Yes;Italic=No;Underline=No;Strikeout=No;UseColor=Yes;Color='#000080';};CurStyleName='Default';UsePopupButtons=Yes;};};"; var total_slides=0; // Total number of slides in album. // List of thumbnails. thumbnail_files=new Array("blank.gif","th_img_0207.jpg","th_img_0213.jpg","th_img_0239.jpg","th_img_0245.jpg","th_img_0246.jpg"); total_slides = thumbnail_files.length - 1; thumbnail_dimensions=new Array(0,0,93,70,93,70,93,70,93,70,93,70); // List of original images. image_files=new Array("blank.gif","img_0207.jpg","img_0213.jpg","img_0239.jpg","img_0245.jpg","img_0246.jpg"); image_dimensions=new Array(0,0,1024,768,1024,768,1024,768,1024,768,1024,768); // List of slide links. slide_links=new Array("","","","","",""); // List of image titles. text=new Array("","IMG_0207","IMG_0213","IMG_0239","IMG_0245","IMG_0246"); // List of image descriptions. alternate_text=new Array("","IMG_0207","IMG_0213","IMG_0239","IMG_0245","IMG_0246");