﻿
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
*  Copyright 2011 Adobe Systems Incorporated
*  All Rights Reserved.
*
* NOTICE:  All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and may be covered by U.S. and Foreign Patents,
* patents in process, and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
*
* $DateTime:  $
*
* Adobe Output Module 4.0
*
* MediaGallery Originally Written by Quality Process Incorporated, Enhanced by
* Adobe Systems China. Contact Sheet written by Adobe Systems China.
* 
*
**************************************************************************/

//set scroll arrow dimension
AOM.VSCROLLER_WIDTH = 12;
AOM.VSCROLLER_HEIGHT  = 18;
AOM.HSCROLLER_WIDTH = 18;
AOM.HSCROLLER_HEIGHT = 12;
AOM.OPENCLOSEBTN_HEIGHT = 18;
AOM.SCROLLER_MINIMUMSIZE  = 8;

AOM.PDF_MODE = "pdfMode";
AOM.MEDIA_GALLERY_MODE = "mediaGalleryMode";

//set maximumsize
AOM.MAXIMUM_SIZE_HEIGHT = 3000;


//custom scrollbar 
AOM.MINVALUE = 0;
AOM.STEPDELTA = 1;
AOM.JUMPDELTA = 0.75;
AOM.WHEELDELTA_WIN = 0.05;
AOM.WHEELDELTA_MAC = 0.1;
AOM.MININDICATORSIZE = 12;

// custom radiobutton
AOM.BOX_WIDTH = 13;
AOM.BOX_SPACE = 6;

