// generator: o-Design

// design:nav_1 #189
Event.observe(document, '1site1:domloaded', function(){
	$('e_189').select('td.ci_189').each(function(td){
		var a = td.down('a')
		td.observe('mouseover', function(e){
			Event.stop(e)
			td.className = 'cia_189'
			a.className = 'cial_189'
		})
		td.observe('mouseout', function(e){
			Event.stop(e)
			td.className = 'ci_189'
			a.className = 'cil_189'
		})
		td.observe('click', function(){
			if(td.clickIsBubble != true) document.location = a.href.match(/^(http|https):/) ? a.href : document.location.baseHref + a.href
		})
		a.observe('click', function(e){
			td.clickIsBubble = true
		})
	})
})

// design:scroller #238
initScroller(238, '100%', '100%');

// design:nav_1 #190
Event.observe(document, '1site1:domloaded', function(){
	$('e_190').select('td.ci_190').each(function(td){
		var a = td.down('a')
		td.observe('mouseover', function(e){
			Event.stop(e)
			td.className = 'cia_190'
			a.className = 'cial_190'
		})
		td.observe('mouseout', function(e){
			Event.stop(e)
			td.className = 'ci_190'
			a.className = 'cil_190'
		})
		td.observe('click', function(){
			if(td.clickIsBubble != true) document.location = a.href.match(/^(http|https):/) ? a.href : document.location.baseHref + a.href
		})
		a.observe('click', function(e){
			td.clickIsBubble = true
		})
	})
})

