<!--
window.addEvent('domready', function() { 
new SlideList($E('ul', 'fancymenu'), 
				 {transition: Fx.Transitions.backOut, duration: 700,onClick: function(ev, item) 
				 { ev.stop(); 
				 }
				 }); 
		slidingtabs = new SlidingTabs('dlsbuttons', 'dlspanes');
		$('dlspanes').setStyle('visibility', 'visible');
		slidingtabs.addEvent('change', function(event) {
		});
});

function hello()
{
alert("hello");
setTimeout("hello();", 2000);
}
//-->


//¸Ä±ä²Ëµ¥ÊôÐÔ
function MM_changeProp(objId,x,theProp,theValue) { //v9.0
  var obj = null; with (document){ if (getElementById)
  obj = getElementById(objId); }
  if (obj){
    if (theValue == true || theValue == false)
      eval("obj.style."+theProp+"="+theValue);
    else eval("obj.style."+theProp+"='"+theValue+"'");
  }
}