
/* please register to get documentation */

if (screen.width<=850)

var MENU_POS0 = {
	'height'     : [20, 20, 25, 25, 25],
	'width'		 : [123, 80, 100, 100],
	'block_top'  : [0, 22, 10, 10, 10],
	'block_left' : [0, 0, 120, 140, 160, 180],
	'top'        : [0, 20, 26, 26, 26],
	'left'		 : [94, 0, 0, 0, 0],
	'hide_delay' : [200, 200, 200, 200, 200],
	'expd_delay' : [200, 200, 200, 200],
	'scroll' 	 : ['none'],
	'pixel_path' : '../templates/menu/pixel.gif'
};

 
	

	else if (screen.width<=1024)
	
	var MENU_POS0 = {
	'height'     : [20, 20, 25, 25, 25],
	'width'		 : [141, 125, 200, 200, 220],
	'block_top'  : [0, 22, 10, 10, 10],
	'block_left' : [0, 0, 120, 140, 160, 180],
	'top'        : [0, 20, 26, 26, 26],
	'left'		 : [123, 0, 0, 0, 0],
	'hide_delay' : [200, 200, 200, 200, 200],
	'expd_delay' : [200, 200, 200, 200],
	'scroll' 	 : ['none'],
	'pixel_path' : '../templates/menu/pixel.gif'
};		

	
	
	else if  (screen.width<=1280)
	
	var MENU_POS0 = {
	'height'     : [20, 20, 25, 25, 25],
	'width'		 : [395, 125, 200, 200, 220],
	'block_top'  : [0, 22, 10, 10, 10],
	'block_left' : [0, 0, 120, 140, 160, 180],
	'top'        : [0, 20, 26, 26, 26],
	'left'		 : [123, 0, 0, 0, 0],
	'hide_delay' : [200, 200, 200, 200, 200],
	'expd_delay' : [200, 200, 200, 200],
	'scroll' 	 : ['none'],
	'pixel_path' : '../templates/menu/pixel.gif'
};	
	