function onPreviewClick(param) {

	/*var theHeight = 600;
	var theWidth = 768;
	var theTop=(screen.height/2)-(theHeight/2);
	var theLeft=(screen.width/2)-(theWidth/2);
	var features=
	'height='+theHeight+',width='+theWidth+',top='+theTop+',left='+theLeft+",toolbar=no, resizable=yes, menubar=yes,scrollbars=yes";
	theWin=window.open('/job-search/list-all-jobs.php?Tid=' + param ,'',features);
	*/
	document.FormParam.Tid.value = param;
	document.FormParam.action = '/job-search/list-all-jobs.php';
	document.FormParam.submit();
}
