// generator: o-Design

// design:nav_1 #37
Event.observe(document, '1site1:domloaded', function(){
	if($('e_37')){
		$('e_37').select('td.ci_37').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_37'
				a.className = 'cial_37'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_37'
				a.className = 'cil_37'
			})
			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 #28
Event.observe(document, '1site1:domloaded', function(){
	if($('e_28')){
		$('e_28').select('td.ci_28').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_28'
				a.className = 'cial_28'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_28'
				a.className = 'cil_28'
			})
			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
			})
		})
	}
})

