

function updatepic(pic) {
	new Ajax.Updater('fields','lidstat.php?action=updateP', {
	method: 'post',
	postBody: 'pic='+pic,
	onInteractive: Element.show($('picwait1')),
	onInteractive: Element.show($('picwait2'))
  })
 }



function updatestyle(style) {
new Ajax.Updater('fields','lidstat.php?action=updateS', {
	method: 'post',
	postBody: 'ls_style='+style,
	onInteractive: Element.show($('picwait1')),
	onInteractive: Element.show($('picwait2')),
	onInteractive: Element.show($('stylewait'))
	})
}

