// JavaScript Document

function ViewJobDetail(id,path) {
	
	window.open(path, 'JobDetail' + id,'width=360,height=475,resizable=1');
}
