function sent(sn)
	{
		var arg= "width=700,height=600,resizable=yes,scrollbars=no,status=0,top=3,left=50";
		window.open ("http://165.21.86.46/eServiceasia/qa/inquiry.pl?fl=0&sn=" + sn,"",arg);
	}
function send(address,arg)
	{
		window.open (address,"",arg);
	}