function showJob(id)
{
	window.open("JobDetailPopup.aspx?id="+id, "jobpopup", "width=500,height=302,left=50,top=50,menubar=0,location=0,toolbar=0,resizable=0,statusbar=0,scrollbars=0");
}
