// JavaScript Document
/*

-----------------------------------------------------------
This script is the property of Vastplanet Corporation.
Any intentional/unintentiomal use of the code or portion of the code
without prior permission of Vastplanet Corpration is illegle.

Valid for use in www.easysecuritydepot.com only.

Date: 30 April 2008
--------------------------------------------------------

*/




var viewDetailsLink="";	// Give Detail Lable or full Detail button image path.
 var viewDetailsClass=""; // For texture link for Detail link
 var linkClass="pro-link";
 var linkCellHeight="30";
 var priceClass="price-normal";
 var ImageClass="";
 var ImageCellClass="";
 var showAbstract="";
 var nextArrow='';
 var nextArrowOff='';
 var prevArrow='';
 var prevArrowOff='';
 var imageCellHeight=125; 
 var ListViewCellWidth=150; 
 var PagingTableWidth="100%";
 var itemTableWidth="126";
 var rowSeperatorColor="#EFEFEF";
 var ListrowSeperatorColor="#D9EEB7";
 var pageSeperator="&nbsp;&nbsp;";
 var rowSeperatorPadding="1";
 var rowSeperatorHeight="1";
 var columnSeperatorColor="#E6E6E6";
 var SalePriceClass="saleprice";
 var Orderable="no";
 var StrikePriceText="no";
 var HighLightSortBy="yes";
 var storeId="easysecuritydepot";
 var downArrowImg="http://lib.store.yahoo.net/lib/easysecuritydepot/down.gif" 
 var upArrowImg="http://lib.store.yahoo.net/lib/easysecuritydepot/up.gif"  
 var preUpImage = new Image()
 var preDownImage = new Image()
 preUpImage.src= "http://lib.store.yahoo.net/lib/easysecuritydepot/up.gif"
 preDownImage.src= "http://lib.store.yahoo.net/lib/easysecuritydepot/down.gif"
