/*================================================================
	Lin suger, JavaScript Class , Function 	
	Copyright 2008 by Systopplus Co.,LTD
	For more information, see:www.systopplus.com
================================================================*/

function Re_succeed(nomobj) { 
var obj1 = document.getElementById("Tbsubmit1");
var obj2 = document.getElementById("Tbsubmit2");


if(nomobj=="2")
	{
		obj1.style.display = "none";
		obj2.style.display = "";
	}
	else
	{
		obj1.style.display = "";
		obj2.style.display = "none";
	}
}