// generator: o-Design

// design:nav_1 #129
Event.observe(document, '1site1:domloaded', function(){
	if($('e_129')){
		$('e_129').select('td.ci_129').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_129'
				a.className = 'cial_129'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_129'
				a.className = 'cil_129'
			})
			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:nav_1 #130
Event.observe(document, '1site1:domloaded', function(){
	if($('e_130')){
		$('e_130').select('td.ci_130').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_130'
				a.className = 'cial_130'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_130'
				a.className = 'cil_130'
			})
			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
			})
		})
	}
})

