// generator: o-Design

// design:nav_graphic #13

function over_13(id){
	$('i13_' + id).className = 'cia_13';
}

function out_13(id){
	$('i13_' + id).className = 'ci_13';
}

// design:nav_1 #21
Event.observe(document, '1site1:domloaded', function(){
	if($('e_21')){
		$('e_21').select('td.ci_21').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_21'
				a.className = 'cial_21'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_21'
				a.className = 'cil_21'
			})
			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 #190
Event.observe(document, '1site1:domloaded', function(){
	if($('e_190')){
		$('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
			})
		})
	}
})

