// generator: o-Design

// design:nav_3 #44

function obj_44(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_44(id, isSub){
	button = obj_44('i44_' + id);
	text = obj_44('il44_' + id);
	if(!button || !text) return;
	button.className = isSub ? 'scia_44' : 'cia_44';
	text.className = isSub ? 'scial_44' : 'cial_44';
}

function out_44(id, isSub){
	button = obj_44('i44_' + id);
	text = obj_44('il44_' + id);
	if(!button || !text) return;
	button.className = isSub ? 'sci_44' : 'ci_44';
	text.className = isSub ? 'scil_44' : 'cil_44';
}

function go_44(url){
	document.location = url
}

// design:nav_1 #71
Event.observe(document, '1site1:domloaded', function(){
	if($('e_71')){
		$('e_71').select('td.ci_71').each(function(td){
			var a = td.down('a')
			td.observe('mouseover', function(e){
				Event.stop(e)
				td.className = 'cia_71'
				a.className = 'cial_71'
			})
			td.observe('mouseout', function(e){
				Event.stop(e)
				td.className = 'ci_71'
				a.className = 'cil_71'
			})
			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:scroller #69
initScroller(69, '100%', '100%');

