function popupPhoto(name,url,width,height) {	
			var splashWin = window.open( "popupPhoto.php?name=" + name + "&url=" + url , "popup", "status=1,menubar=0,scrollbars,resizable=1,width=" + width + ",height=" + height);
			splashWin.focus();
}

	function popupPreview(value) {	
	//	if (confirm('อย่าลืม! ต้องกดปุ่ม Save เพื่อบันทึกข้อมูลก่อน Preview')) {
			var splashWin = window.open( "jobsonline/popupJobInfo.php?id=" + value + "&lang=tha" , "popup", "status=1,menubar=0,scrollbars,resizable=0,width=400,height=380");
			splashWin.focus();
//		}
	}