function showDirectory(what,speccode) {
	var winOptions = "left=0,top=0,width=500,height=500,toolbar=1,menubar=1,resizable=1";
	window.open("directory.php?" + what + "=" + speccode,"directoryWindow",winOptions);
	}