function fill_productserial(subject) 
{
	if(subject == 'Lost Serial') 
	{
		document.getElementById("product_serial").value = subject;
	}
}