function showDiv(id){
	if(id!=0 && lstDiv[id]!=undefined){
		return overlib(lstDiv[id][1], CAPTION,lstDiv[id][0]);
	}else{
		return overlib(lstDiv[0][1], CAPTION,lstDiv[0][0]);
	}
}
