// generator: o-Design

// design:nav_1 #103
Event.observe(document, '1site1:domloaded', function(){
	$('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
		})
	})
})

// design:nav_1 #104
Event.observe(document, '1site1:domloaded', function(){
	$('e_104').select('td.ci_104').each(function(td){
		var a = td.down('a')
		td.observe('mouseover', function(e){
			Event.stop(e)
			td.className = 'cia_104'
			a.className = 'cial_104'
		})
		td.observe('mouseout', function(e){
			Event.stop(e)
			td.className = 'ci_104'
			a.className = 'cil_104'
		})
		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 #105

function over_105(id){
	$('i105_' + id).className = 'cia_105';
}

function out_105(id){
	$('i105_' + id).className = 'ci_105';
}

// design:nav_1 #9
Event.observe(document, '1site1:domloaded', function(){
	$('e_9').select('td.ci_9').each(function(td){
		var a = td.down('a')
		td.observe('mouseover', function(e){
			Event.stop(e)
			td.className = 'cia_9'
			a.className = 'cial_9'
		})
		td.observe('mouseout', function(e){
			Event.stop(e)
			td.className = 'ci_9'
			a.className = 'cil_9'
		})
		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
		})
	})
})

