﻿function newWindow(jobs) {


jobWindow = window.open(jobs, 'jobWin', 'toolbar=no,location=no,scrollbars=yes,width=450,height=550') 
jobWindow.focus()


}
//