// JavaScript Document
function OnLienKet()
{
	var url = document.frmLienKet.optLienKet.value;
	window.open(url);
}