function getPreConDefs(CatID2) {
	if ((CatID2== '') && (typeof CatID2== "undefined")) {
		URLstring = "";
		CatID2= "5";
		TemplateFile = "";

	}
	return [TemplateFile,URLstring,CatID2];
}