function effectRemoteChange(tgt_id, tgt_value)
{
	if	(tgt_id && document.getElementById(tgt_id))
	{  document.getElementById(tgt_id).value = tgt_value; }
}

function dynamicImagePreview(tgt_id, im_width, im_height, im_method, gs_code)
{
	if	(document.getElementById(tgt_id))
	{ document.getElementById(tgt_id).src = 'index.php?show=eGraphics&base[condition]='+im_method+'&base[code]='+gs_code+'&base[width]='+im_width+'&base[height]='+im_height+'&rand_cache='+rand(23331, 48832003); }
}

function displayNullObject(tgt_id, null_id)
{
	if	(document.getElementById(tgt_id) && !document.getElementById(tgt_id).value)
	{ 
		if	(document.getElementById(null_id).style.display)
		{ divManage(null_id, 'show', false); }
		else
		{ divManage(null_id, 'hide', false); }
	}
}
