// generator: o-Design

// design:nav_1 #88
Event.observe(document, '1site1:domloaded', function(){
	if($('e_88')){
		$('e_88').select('td.ci_88').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_88'
				a.className = 'cial_88'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_88'
				a.className = 'cil_88'
			})
			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 #93

function over_93(id){
	$('i93_' + id).className = 'cia_93';
}

function out_93(id){
	$('i93_' + id).className = 'ci_93';
}

// design:nav_1 #103
Event.observe(document, '1site1:domloaded', function(){
	if($('e_103')){
		$('e_103').select('td.ci_103').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_103'
				a.className = 'cial_103'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_103'
				a.className = 'cil_103'
			})
			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
			})
		})
	}
})

