function setZ(id, v){
	document.getElementById(id).style.zIndex = v;
}
function overm(obj){
	return true;	
}
function outm(obj){
	return true;	
}
