 var viewDetailsLink="";	// Give Detail Lable or full Detail button image path.
 var viewDetailsClass=""; // For texture link for Detail link
 var linkClass="product-name"; // * Class of product name 
 var linkCellHeight="30";  // * Height of the cell containing name of the product
 var priceClass=""; // * Class of the span containing price (when both price and cell price are present)
 var priceTextClass=" "; // * Class of cell containing price text of the product (when both price and cell price are present)
 var PriceClass1="";  // * Class of the td containing sale-price and sale-price-text or price and price-text
 var ImageClass=""; // * Class of the td which contain image
 var ImageCellClass="";
 var showAbstract="yes";
 var nextArrow='';
 var nextArrowOff='';
 var prevArrow='';
 var prevArrowOff='';
 var imageCellHeight=130; // * Height of the cell containing image
 /*var ListViewCellWidth=""; */
 var PagingTableWidth=""; // * width of table containing whole products
 var itemTableWidth=""; //  * width Profuct table
 var rowSeperatorColor=""; 
 var ListrowSeperatorColor=""; 
 var pageSeperator="";
 var rowSeperatorPadding="0";
 var rowSeperatorHeight="0";
 var columnSeperatorColor=""; //****
 var SalePriceClass=""; // * Class of the td containing sale-price and sale-price text
 var Orderable="yes";
 var StrikePriceText="no";
 var HighLightSortBy="yes";
 var storeId="gunther-gifts"; // id of the store
 var AddtocartImg="" // * Path of the add to cart
 var downArrowImg="<img src='/lib/gunther-gifts/down.gif' border='0' />"; // upload the downand up arrow 
                                          //in lib and change the path of them
 var upArrowImg="<img src='/lib/gunther-gifts/up.gif' border='0' />"; 
 var preUpImage = new Image()
 var preDownImage = new Image()
 preUpImage.src= "/lib/gunther-gifts/up.gif";
 preDownImage.src= "/lib/gunther-gifts/down.gif";
