// Buttons hover and click effects
function hover36(obj) {
	obj.style.backgroundImage='url(../img/buttonActivated_36.gif)';
	obj.style.cursor='pointer';
}
function down36(obj) {
	obj.style.backgroundImage='url(../img/buttonSelected_36.gif)';
} 
function out36(obj) {
	obj.style.backgroundImage='url(../img/button_36.gif)';
}

function hover57(obj) {
	obj.style.backgroundImage='url(../img/buttonActivated_57.gif)';
	obj.style.cursor='pointer';
}
function down57(obj) {
	obj.style.backgroundImage='url(../img/buttonSelected_57.gif)';
} 
function out57(obj) {
	obj.style.backgroundImage='url(../img/button_57.gif)';
}

function hoverSmall57(obj) {
	obj.style.backgroundImage='url(../img/buttonSmallActivated_57.gif)';
	obj.style.cursor='pointer';
}
function downSmall57(obj) {
	obj.style.backgroundImage='url(../img/buttonSmallSelected_57.gif)';
} 
function outSmall57(obj) {
	obj.style.backgroundImage='url(../img/buttonSmall_57.gif)';
}
function hoverSmallNoBg57(obj) {
	obj.style.backgroundImage='url(../img/buttonSmallActivated_noBg_57.gif)';
	obj.style.cursor='pointer';
}
function downSmallNoBg57(obj) {
	obj.style.backgroundImage='url(../img/buttonSmallSelected_noBg_57.gif)';
} 

function outSmallNoBg57(obj) {
	obj.style.backgroundImage='url(../img/buttonSmall_noBg_57.gif)';
}

function hover72(obj) {
	obj.style.backgroundImage='url(../img/buttonActivated_72.gif)';
	obj.style.cursor='pointer';
}
function down72(obj) {
	obj.style.backgroundImage='url(../img/buttonSelected_72.gif)';
} 
function out72(obj) {
	obj.style.backgroundImage='url(../img/button_72.gif)';
}

function hover100(obj) {
	obj.style.backgroundImage='url(../img/buttonActivated_100.gif)';
	obj.style.cursor='pointer';
}
function down100(obj) {
	obj.style.backgroundImage='url(../img/buttonSelected_100.gif)';
} 
function out100(obj) {
	obj.style.backgroundImage='url(../img/button_100.gif)';
}
function hover120(obj) {
	obj.style.backgroundImage='url(../img/buttonActivated_120.gif)';
	obj.style.cursor='pointer';
}
function down120(obj) {
	obj.style.backgroundImage='url(../img/buttonSelected_120.gif)';
} 
function out120(obj) {
	obj.style.backgroundImage='url(../img/button_120.gif)';
}
function hover140(obj) {
	obj.style.backgroundImage='url(../img/buttonActivated_140.gif)';
	obj.style.cursor='pointer';
}
function down140(obj) {
	obj.style.backgroundImage='url(../img/buttonSelected_140.gif)';
} 
function out140(obj) {
	obj.style.backgroundImage='url(../img/button_140.gif)';
}


