function changeClass(obj, objid)
{ 
	if( typeof ( obj ) !='undefined' ) 
	obj.id = objid; 
} 