// Buttons hover and click effects
function hover36(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonActivated_36.gif)';
	obj.style.cursor='pointer';
}
function down36(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSelected_36.gif)';
} 
function out36(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/button_36.gif)';
}

function hover57(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonActivated_57.gif)';
	obj.style.cursor='pointer';
}
function down57(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSelected_57.gif)';
} 
function out57(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/button_57.gif)';
}

function hoverSmall57(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSmallActivated_57.gif)';
	obj.style.cursor='pointer';
}
function downSmall57(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSmallSelected_57.gif)';
} 
function outSmall57(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSmall_57.gif)';
}
function hoverSmallNoBg57(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSmallActivated_noBg_57.gif)';
	obj.style.cursor='pointer';
}
function downSmallNoBg57(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSmallSelected_noBg_57.gif)';
} 

function outSmallNoBg57(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSmall_noBg_57.gif)';
}

function hover72(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonActivated_72.gif)';
	obj.style.cursor='pointer';
}
function down72(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSelected_72.gif)';
} 
function out72(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/button_72.gif)';
}

function hover100(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonActivated_100.gif)';
	obj.style.cursor='pointer';
}
function down100(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSelected_100.gif)';
} 
function out100(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/button_100.gif)';
}
function hover120(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonActivated_120.gif)';
	obj.style.cursor='pointer';
}
function down120(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSelected_120.gif)';
} 
function out120(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/button_120.gif)';
}
function hover140(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonActivated_140.gif)';
	obj.style.cursor='pointer';
}
function down140(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/buttonSelected_140.gif)';
} 
function out140(obj) {
	obj.style.backgroundImage='url(/zurich_global2/zurich_template/images/rebrand/button_140.gif)';
}



