// JavaScript Document

function bill()
{
	var a=document.getElementById("bill_no").value;
	window.open ('http://intranet1.lclshipping.com/lclenvosys/JspFiles/BillTrackingLcl.jsp?blno='+a);
}