function Preferences(){ this.template=Template4; this.buffer=Buffer1; this.open_time_delay=500; this.close_time_delay=300; this.node=new Object(); this.node.src='/nvss/ami.ua/images/template/template4/node.gif'; this.node.width=6; this.node.height=10; this.cursor=new Object(); this.cursor.normal='normal'; this.cursor.hover='hover'; this.style=new Object(); this.style.filter='progid:DXImageTransform.Microsoft.Shadow(direction="135",color="#D4D4D4",strength="10"), alpha(opacity="90",style="0")'; this.style.text=new Object(); this.style.text.normal='#757B84'; this.style.text.hover='#000000'; this.tolerance=new Object(); this.tolerance.x=15; this.tolerance.y=-5; this.icon=new Object(); this.icon.normal=new Object(); this.icon.normal.src='images/template4/icon_normal.gif'; this.icon.normal.width=9; this.icon.normal.height=9; this.icon.hover=new Object(); this.icon.hover.src='images/template4/icon_hover.gif'; this.icon.hover.width=9; this.icon.hover.height=9; this.setselection=function(i){ document.getElementById(this.items[i].names.myself).className=this.cursor.hover;}; this.unselection=function(i){ document.getElementById(this.items[i].names.myself).className=this.cursor.normal;}} preferences=new Preferences(); saved=new Preferences(); function MsSelection(i){ with(this.items[i]){ document.getElementById(names.left).className='hover4';}} function MsUnSelection(i){}
