﻿
function ILB_WO1(PH1,PH2,PH3,PH4,PH10,PH11,PH12,PH13)
{
	try
	{
		 document.getElementById("IMGx1").src = PH1;
		 xPH10 = PH10;
		 xPH11 = PH11;
		 xPH12 = PH12;
		 document.getElementById("IMGxTXT").firstChild.nodeValue=PH13;
	}
	catch (e)
	{
	}	
}

