function showBg(id) {
	if (e=gE('bg'+id)) {
		tD(e);
		if (isD(e)) {
			gE('li'+id).className = 'active';	
		} else {
			gE('li'+id).className = '';	
		}
	}
}

function phenix_email() {
	var arr = new Array('ae', 'producer', 'shane', 'erwan');
	for (i=0; i<arr.length; i++) {
		if (e=gE('email_'+arr[i])) {
			e.href = 'mailto:'+arr[i]+'@phenixfilmsasia.com';
		}
	}
}

