function clsoseForm()

{

window.opener.location.href=window.opener.location.href;

window.opener.location.reload();

window.close();

}