
/* please register to get documentation */

var MENU_POS0 = {
	'height' : [15, 0, 0, 0, 0],    /* <- this sizes the height of the cell */
	'width' : [88, 30, 58, 30, 20],  /* <- this effects the width of cell */ 
	'block_top' : [98, 0, 0, 0, 0],   /* this is for top and bottom of entire table positioning */
	'block_left' : [248, 0, 0, 0, 0, 100],   /* this is for left and right of entire table positioning */
	'top' : [0, 0, 0, 0, 0],      /* top and bottom spacing of individual cells*/
	'left' : [88, 0, 0, 30, 0],    /*  left and right cell spacing */
	'hide_delay' : [200, 200, 200, 200, 200],
	'expd_delay' : [200, 200, 200, 200, 200],
	'pixel_path' : 'Menu/pixel.gif',
	'align' : 'center' // left, center, right
};
	
