var MENU_POS = [
{ 	
	'height'     : 22,
	'width'      : 80,
	'table'      : [0, 0, 0],
	'expd_delay' : 0,
	'css' : {'table' : '','outer' : ['menugo','menugoo','menugoo'],'inner':'menugi'}
},
{
	'block_top'  : 21,
	'block_left' : 0,
	'width'      : 160,
	'wise_pos'   : 2,
	'vertical'   : true,
	'hide_delay' : 300,
	'transition' : [4, 0.3],
	'shadow' : {'color' : '#007C46','offX'  : 2,'offY'  : 2}
}
]
function wrap(txt, state, dep) {
	return dep?'<table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td valign=top><img src="' + pref + '/img/menu_roll'+(state?1:'')+'.gif" hspace="8" vspace="4"></td><td width=100% class="menugi">' + txt + '&nbsp;</td></tr></table>':'<table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td valign=top><img src="' + pref + '/img/menu_ball'+(state?1:'')+'.gif" hspace="4" vspace="4" width=10></td><td width=100% class="menugi">'+txt+'&nbsp;</td></tr></table>'
}
var I = [];
function prel() {
	for (var i=0; i<arguments.length; i++) {
		I[i] = new Image()
		I[i].src = pref + '/img/' + arguments[i]
	}
}