// generator: o-Design

// 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
		})
	})
})

// design:nav_1 #106
Event.observe(document, '1site1:domloaded', function(){
	$('e_106').select('td.ci_106').each(function(td){
		var a = td.down('a')
		td.observe('mouseover', function(e){
			Event.stop(e)
			td.className = 'cia_106'
			a.className = 'cial_106'
		})
		td.observe('mouseout', function(e){
			Event.stop(e)
			td.className = 'ci_106'
			a.className = 'cil_106'
		})
		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
		})
	})
})

// pagegroup:menulist #163

function obj_163(id){
	if(document.all && document.all[id]) return document.all[id];
	else if(document.getElementById) return document.getElementById(id);
	else if(document.layers){
		if(document[id]) return document[id];
		if(document.layers[id]) return document.layers[id];
	}
	return null
}

function over_163(id){
	button = obj_163('i163_' + id);
	text = obj_163('il163_' + id);
	button.className = 'cia_163';
	text.className = 'cial_163';
}

function out_163(id){
	button = obj_163('i163_' + id);
	text = obj_163('il163_' + id);
	button.className = 'ci_163';
	text.className = 'cil_163';
}

function go_163(url){
	if(document.all && event) if(event.srcElement.tagName == 'A') return
	else document.location = url
}


