﻿function FormLink(url){
	window.open(url, 'FormForOwner','width=896px,height=1900px,scrollbars=yes,left=0,top=0,resizable=yes');
	}
