// JavaScript Document

function show(id){
	alert($(id).id);	
}