function getPreConDefs() {
	if ((CatID == '') && (typeof CatID == "undefined")) {
		URLstring = "";
		CatID = "11";
	}
}