<script language="javascript">
function test()
{
var openDocObj = new ActiveXObject( "SharePoint.OpenDocuments.2");
openDocObj.EditDocument("http://192.168.1.173/sites/lawdepartment/TechLaw Merger2007-10-0000100004/Lists/ContractDocuments/Draft/123.docx");
}
</script>