// generator: o-Design

// design:nav_1 #10
Event.observe(document, '1site1:domloaded', function(){
	if($('e_10')){
		$('e_10').select('td.ci_10').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_10'
				a.className = 'cial_10'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_10'
				a.className = 'cil_10'
			})
			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 #77
Event.observe(document, '1site1:domloaded', function(){
	if($('e_77')){
		$('e_77').select('td.ci_77').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_77'
				a.className = 'cial_77'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_77'
				a.className = 'cil_77'
			})
			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_graphic #17

function over_17(id){
	$('i17_' + id).className = 'cia_17';
}

function out_17(id){
	$('i17_' + id).className = 'ci_17';
}

