// generator: o-Design

// design:nav_1 #198
Event.observe(document, '1site1:domloaded', function(){
	$('e_198').select('td.ci_198').each(function(td){
		var a = td.down('a')
		td.observe('mouseover', function(e){
			Event.stop(e)
			td.className = 'cia_198'
			a.className = 'cial_198'
		})
		td.observe('mouseout', function(e){
			Event.stop(e)
			td.className = 'ci_198'
			a.className = 'cil_198'
		})
		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 #105
Event.observe(document, '1site1:domloaded', function(){
	$('e_105').select('td.ci_105').each(function(td){
		var a = td.down('a')
		td.observe('mouseover', function(e){
			Event.stop(e)
			td.className = 'cia_105'
			a.className = 'cial_105'
		})
		td.observe('mouseout', function(e){
			Event.stop(e)
			td.className = 'ci_105'
			a.className = 'cil_105'
		})
		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
		})
	})
})

