function div_index(id,index)
{
	document.getElementById(id).style.zIndex=index;

	return(false);
}
