// For settings to objects to the same value
function assigndata(invalue , srcobject) {

	srcobject.value = String(invalue);

}
