var newwindow;function repairForm(url){newwindow=window.open(url,'repairForm','height=500, width=770, scrollbars = yes');if(window.focus){newwindow.focus()}}
