// generator: o-Design

// design:nav_1 #29
Event.observe(document, '1site1:domloaded', function(){
	if($('e_29')){
		$('e_29').select('td.ci_29').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_29'
				a.className = 'cial_29'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_29'
				a.className = 'cil_29'
			})
			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 #36
Event.observe(document, '1site1:domloaded', function(){
	if($('e_36')){
		$('e_36').select('td.ci_36').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_36'
				a.className = 'cial_36'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_36'
				a.className = 'cil_36'
			})
			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 #136
Event.observe(document, '1site1:domloaded', function(){
	if($('e_136')){
		$('e_136').select('td.ci_136').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_136'
				a.className = 'cial_136'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_136'
				a.className = 'cil_136'
			})
			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
			})
		})
	}
})

