function toggle(element) {
	element.toggle();
}

function hide(element) {
	element.hide();
}

function show(element) {
	element.show();
}

if ($.browser.msie) {
	$("#liner_services_others").css("margin-right", "46px");
}
else {
	$("#liner_services_others").css("margin-right", "40px");
}
